# Ontopix Docs > Internal documentation portal for Ontopix — engineering, design, architecture, and more. ## Documentation Sets - [Ontopix Docs - Full Documentation](https://docs.ontopix.dev//llms-full.txt): Complete internal documentation for Ontopix, aggregating engineering handbook, stylebook, and other domain-specific knowledge bases. ## Docs Introduction and overview of the Ontopix documentation portal. - [About the Portal](https://docs.ontopix.dev/raw/docs/about.md): What this documentation portal is, why it exists, and how it works. - [For AI Agents](https://docs.ontopix.dev/raw/docs/about/for-ai-agents.md): How AI tools can consume documentation from this portal. - [Contributing Content](https://docs.ontopix.dev/raw/docs/contributing.md): How to add or update documentation in this portal. - [Local Editing Workflow](https://docs.ontopix.dev/raw/docs/contributing/local-editing.md): How to preview and edit documentation locally with hot module reload before publishing. - [CI/CD Setup for Source Repos](https://docs.ontopix.dev/raw/docs/contributing/ci-cd-setup.md): How to configure automatic documentation rebuilds when source repositories change. - [Writing Markdown](https://docs.ontopix.dev/raw/docs/contributing/markdown.md): Markdown syntax and MDC components available in this portal. - [Available Collections](https://docs.ontopix.dev/raw/docs/collections.md): Documentation domains currently integrated in this portal. - [Collection Architecture](https://docs.ontopix.dev/raw/docs/collections/architecture.md): How collections are defined and managed in the codebase. - [Badges](https://docs.ontopix.dev/raw/docs/collections/badges.md): How to use badges to indicate status on collections, pages, and navigation items. - [Data Collections](https://docs.ontopix.dev/raw/docs/collections/data-collections.md): How to import and use structured data alongside documentation content. - [MCP Server](https://docs.ontopix.dev/raw/docs/ai/mcp.md): Connect AI tools to this documentation portal via the built-in MCP server. - [LLMs Integration](https://docs.ontopix.dev/raw/docs/ai/llms.md): How this portal generates AI-ready content files via /llms.txt. ## Infrastructure Cloud infrastructure, DNS, IAM, and operational guides for the Ontopix platform. - [Architecture Overview](https://docs.ontopix.dev/raw/infra/overview.md): How the central infrastructure repository is structured and how it relates to per-project infrastructure. - [Regions & Accounts](https://docs.ontopix.dev/raw/infra/overview/regions-accounts.md): AWS regions, account identifiers, and profiles used by Ontopix infrastructure. - [Module Reference](https://docs.ontopix.dev/raw/infra/modules.md): Reference documentation for each Terraform module managed in the central infrastructure repository. - [Route53 — DNS Management](https://docs.ontopix.dev/raw/infra/modules/route53.md): Hosted zones and DNS records for all Ontopix domains, including email security and brand protection. - [IAM — Identity & Access](https://docs.ontopix.dev/raw/infra/modules/iam.md): IAM roles, policies, and GitHub OIDC provider for Ontopix services and CI/CD workflows. - [ECR — Container Registry Access](https://docs.ontopix.dev/raw/infra/modules/ecr.md): GitHub Actions OIDC roles for pulling and pushing container images to AWS ECR. - [CodeArtifact — Package Registry](https://docs.ontopix.dev/raw/infra/modules/codeartifact.md): Private npm and PyPI package registries with GitHub Actions OIDC authentication. - [Cost Alerts — Budget Monitoring](https://docs.ontopix.dev/raw/infra/modules/cost-alerts.md): AWS Budgets configuration for monthly cost monitoring with email alerts at configurable thresholds. - [Amplify — App DNS](https://docs.ontopix.dev/raw/infra/modules/amplify.md): Amplify application DNS records and custom domain configurations. Currently disabled — Amplify apps manage their own infrastructure. - [Bedrock — Inference Profiles](https://docs.ontopix.dev/raw/infra/modules/bedrock.md): Shared application inference profiles for R&D Bedrock workloads across the organization. - [Operational Guides](https://docs.ontopix.dev/raw/infra/guides.md): Step-by-step instructions for common infrastructure operations. - [Add a DNS Record](https://docs.ontopix.dev/raw/infra/guides/add-dns-record.md): How to add a new DNS record for a service or domain in the Ontopix infrastructure. - [Request an IAM Role](https://docs.ontopix.dev/raw/infra/guides/request-iam-role.md): How to add a new IAM role for a service or CI/CD workflow. - [Setup ECR Access](https://docs.ontopix.dev/raw/infra/guides/setup-ecr-access.md): How to configure your project to push and pull Docker images using the central OIDC roles. - [Terraform Operations](https://docs.ontopix.dev/raw/infra/guides/terraform-operations.md): Day-to-day Terraform commands and workflows for managing Ontopix infrastructure. - [Runbooks](https://docs.ontopix.dev/raw/infra/runbooks.md): Troubleshooting procedures for common infrastructure issues. - [State Lock Recovery](https://docs.ontopix.dev/raw/infra/runbooks/state-lock-recovery.md): How to identify and resolve Terraform state lock errors. - [Drift Investigation](https://docs.ontopix.dev/raw/infra/runbooks/drift-investigation.md): How to detect and resolve infrastructure drift — differences between Terraform state and actual AWS resources. - [Backend Troubleshooting](https://docs.ontopix.dev/raw/infra/runbooks/backend-troubleshooting.md): How to resolve Terraform backend initialization failures with S3 and DynamoDB. - [Architecture Decisions](https://docs.ontopix.dev/raw/infra/decisions.md): Architecture Decision Records (ADRs) documenting key infrastructure decisions and their rationale. - [ADR-001: Hybrid ECR Management](https://docs.ontopix.dev/raw/infra/decisions/001-ecr-hybrid-management.md): Architecture decision for managing ECR with central OIDC roles and per-project repositories. - [ADR-002: Terraform AWS Provider v6 Migration](https://docs.ontopix.dev/raw/infra/decisions/002-terraform-provider-v6.md): Options for migrating from AWS Terraform provider v5 to v6 to support Bedrock AgentCore resources. - [ADR-003: GitHub Actions OIDC Trust Tier Model](https://docs.ontopix.dev/raw/infra/decisions/003-gha-oidc-trust-tiers.md): Three-tier OIDC trust model for GitHub Actions roles — CI, Deploy, and Release. ## Engineering Handbook Engineering standards, practices, and guidelines for Ontopix development teams. - [Ontopix Engineering Handbook](https://docs.ontopix.dev/raw/engineering/readme.md): Foundational principles, proven patterns, and architectural decisions for engineering at Ontopix. - [ADR-0001: Pattern Library Organization](https://docs.ontopix.dev/raw/engineering/decisions/adr-0001-pattern-library.md): Decision to organize engineering knowledge into three levels with patterns in this repository. - [ADR-0002: AI Agent Entrypoint](https://docs.ontopix.dev/raw/engineering/decisions/adr-0002-agents-entrypoint.md): Decision to require AGENTS.md as mandatory entrypoint for AI agents in every repository. - [ADR-0003: Taskfile as Contract](https://docs.ontopix.dev/raw/engineering/decisions/adr-0003-taskfile-contract.md): Decision to use Taskfile as the mandatory operational contract for repository operations. - [ADR-0004: Infrastructure Layout](https://docs.ontopix.dev/raw/engineering/decisions/adr-0004-infra-layout.md): Decision to use .infra/ convention for infrastructure-as-code in application repositories. - [ADR-0006: AWS Resource Tagging Taxonomy](https://docs.ontopix.dev/raw/engineering/decisions/adr-0006-aws-resource-tagging-taxonomy.md): Decision to establish a mandatory three-tier tagging taxonomy for all AWS resources to enable cost allocation and operational traceability. - [ADR-0007: AWS Bedrock Inference via Application Inference Profiles](https://docs.ontopix.dev/raw/engineering/decisions/adr-0007-bedrock-inference-profiles.md): Decision to require application inference profiles for all AWS Bedrock model invocations to enable cost attribution and tagging. - [ADR-0008: Python Dependency Management with uv](https://docs.ontopix.dev/raw/engineering/decisions/adr-0008-python-uv-over-poetry.md): Decision to adopt uv as the standard Python dependency and project management tool, replacing Poetry. - [ADR-0010: Repository Context Directory Convention](https://docs.ontopix.dev/raw/engineering/decisions/adr-0010-context-directory-convention.md): Decision to adopt .context/ as a structured directory for sharing repository knowledge between humans, AI coding agents, and sessions. - [ADR-0011: Lambda Deploy Strategy](https://docs.ontopix.dev/raw/engineering/decisions/adr-0011-lambda-deploy-strategy.md): Decision to use direct zip upload as the default Lambda code deployment method from CI/CD. - [ADR-0012: Workflow Architecture for Multi-Environment Deploys](https://docs.ontopix.dev/raw/engineering/decisions/adr-0012-workflow-architecture.md): Extend the GitHub Actions Workflows pattern to cover authentication, multi-environment architecture, and topic ownership across CI/CD patterns. - [ADR-0013: Taskfile Contract v2 — Prescriptive Naming and Recipes](https://docs.ontopix.dev/raw/engineering/decisions/adr-0013-taskfile-contract-v2.md): Decisions to extend the Taskfile contract with prescriptive task naming, CI namespace, developer lifecycle, environment handling, and CodeArtifact recipes. - [Taskfile Migration Guide](https://docs.ontopix.dev/raw/engineering/explainers/taskfile-migration.md): Step-by-step guide to bring any repository into compliance with the Taskfile contract v2, plus a compliance checklist. - [Engineering Patterns](https://docs.ontopix.dev/raw/engineering/patterns/readme.md): Index of all patterns available in the Ontopix Engineering Handbook. - [AI Agent Entrypoint](https://docs.ontopix.dev/raw/engineering/patterns/organizational/agents-entrypoint.md): Pattern defining AGENTS.md as the mandatory entrypoint for AI coding agents in Ontopix repositories. - [AWS Resource Tagging](https://docs.ontopix.dev/raw/engineering/patterns/organizational/aws-resource-tagging.md): Pattern for applying a consistent tagging taxonomy to all AWS resources for cost allocation, operational traceability, and client billing. - [AWS Bedrock Inference Profiles](https://docs.ontopix.dev/raw/engineering/patterns/organizational/bedrock-inference-profiles.md): Pattern for provisioning and consuming AWS Bedrock application inference profiles for cost-attributed, tagged model invocation. - [CodeArtifact + GitHub Actions](https://docs.ontopix.dev/raw/engineering/patterns/organizational/codeartifact-github-actions.md): Pattern for secure private package management using AWS CodeArtifact with OIDC authentication. - [ECR + GitHub Actions](https://docs.ontopix.dev/raw/engineering/patterns/organizational/ecr-github-actions.md): Pattern for deploying container images using AWS ECR with OIDC authentication and per-project repository management. - [Git & Commit Conventions](https://docs.ontopix.dev/raw/engineering/patterns/organizational/git-conventions.md): Standards for version control, conventional commits, and branching strategies. - [GitHub Actions Workflows](https://docs.ontopix.dev/raw/engineering/patterns/organizational/github-actions.md): Pattern for CI/CD workflow composition, authentication, and multi-environment deploy architecture. - [Infrastructure Layout](https://docs.ontopix.dev/raw/engineering/patterns/organizational/infrastructure-layout.md): Pattern for organizing infrastructure-as-code using the .infra/ convention in repositories. - [Repository Context Directory](https://docs.ontopix.dev/raw/engineering/patterns/organizational/repository-context-directory.md): Pattern for structuring the .context/ directory as a shared knowledge base between contributors and AI coding agents. - [Repository Structure](https://docs.ontopix.dev/raw/engineering/patterns/organizational/repository-structure.md): Pattern defining minimum required files and directory conventions for Ontopix repositories. - [Sandbox Environments](https://docs.ontopix.dev/raw/engineering/patterns/organizational/sandbox-environments.md): Pattern for isolated, developer-owned sandbox environments for local development and testing. - [Taskfile as Contract](https://docs.ontopix.dev/raw/engineering/patterns/organizational/taskfile-contract.md): Pattern for using Taskfile as the single operational interface for repository operations, with prescriptive task naming, CI namespace, environment handling, and recipes. - [Lambda Deploy](https://docs.ontopix.dev/raw/engineering/patterns/technical/lambda-deploy.md): Pattern for deploying Lambda code from CI/CD using direct zip upload with Terraform infrastructure separation. - [Python Module Naming](https://docs.ontopix.dev/raw/engineering/patterns/technical/python-module-naming.md): Convention for distinguishing public API modules from internal implementation using underscore prefix. - [Python Project Structure](https://docs.ontopix.dev/raw/engineering/patterns/technical/python-project-structure.md): Standardized Python project structure with uv, Taskfile, direnv, and consistent tooling. - [Python Test Organization](https://docs.ontopix.dev/raw/engineering/patterns/technical/python-test-organization.md): Pattern for organizing Python tests by type (unit/integration/e2e) with shared fixtures. - [Core Engineering Principles](https://docs.ontopix.dev/raw/engineering/principles/engineering.md): Foundational beliefs and values that guide all engineering decisions at Ontopix. - [Repository Templates](https://docs.ontopix.dev/raw/engineering/templates/readme.md): Reusable templates for creating new Ontopix repositories with consistent structure and documentation. ## Claude Setup Claude Setup guidance and Ontopix Claude plugins Marketplace. - [Available Tools](https://docs.ontopix.dev/raw/claude-setup/available-tools.md): Quick reference for all commands, agents, and MCP servers in the Ontopix Claude Code setup. - [Contributing](https://docs.ontopix.dev/raw/claude-setup/contributing.md): How to contribute to the Ontopix Claude Code setup — adding plugins, creating skills, and updating documentation. - [Getting Started](https://docs.ontopix.dev/raw/claude-setup/getting-started.md): Install the full Ontopix Claude Code setup — marketplaces, plugins, and MCP servers. - [abstract](https://docs.ontopix.dev/raw/claude-setup/plugins/abstract.md): Meta-skills infrastructure — skill authoring, hook development, modular design patterns, and evaluation frameworks. - [conserve](https://docs.ontopix.dev/raw/claude-setup/plugins/conserve.md): Resource optimization and performance monitoring toolkit for efficient Claude Code workflows. - [imbue](https://docs.ontopix.dev/raw/claude-setup/plugins/imbue.md): Intelligent workflow methodologies for analysis, evidence gathering, and structured output patterns. - [Plugin Ecosystem](https://docs.ontopix.dev/raw/claude-setup/plugins.md): Overview of the 10-plugin architecture — what each plugin does and how they work together. - [leyline](https://docs.ontopix.dev/raw/claude-setup/plugins/leyline.md): Infrastructure and pipeline building blocks — auth patterns, error handling, git platform detection, and testing standards. - [pensive](https://docs.ontopix.dev/raw/claude-setup/plugins/pensive.md): Reflective code review toolkit with structured analysis, domain expertise, and intelligent review orchestration. - [ralph-wiggum](https://docs.ontopix.dev/raw/claude-setup/plugins/ralph-wiggum.md): Iterative refinement loops using the Ralph Wiggum technique — continuous self-referential AI loops for task completion. - [sanctum](https://docs.ontopix.dev/raw/claude-setup/plugins/sanctum.md): Git and workspace operations — commit messages, PR preparation, documentation updates, and version management. - [spec-kit](https://docs.ontopix.dev/raw/claude-setup/plugins/spec-kit.md): Spec Driven Development toolkit — structured specification, planning, and implementation workflows. - [superpowers](https://docs.ontopix.dev/raw/claude-setup/plugins/superpowers.md): Core skills library for Claude Code — TDD, debugging, collaboration patterns, and proven development techniques. - [Architecture Review](https://docs.ontopix.dev/raw/claude-setup/use-cases/architecture.md): Validate system design against established patterns, check ADR compliance, and identify structural issues. - [Brainstorming](https://docs.ontopix.dev/raw/claude-setup/use-cases/brainstorming.md): Explore ideas collaboratively with Claude before jumping to implementation. - [Code Review](https://docs.ontopix.dev/raw/claude-setup/use-cases/code-review.md): Review code from multiple angles before merging — bugs, architecture, tests, and style. - [Debugging](https://docs.ontopix.dev/raw/claude-setup/use-cases/debugging.md): Debug problems systematically with structured hypothesis-driven analysis — reproduce, hypothesize, isolate, fix, verify. - [Implementing](https://docs.ontopix.dev/raw/claude-setup/use-cases/implementing.md): Execute implementation plans with TDD, subagent-driven development, and code review checkpoints. - [Development Workflows](https://docs.ontopix.dev/raw/claude-setup/use-cases.md): Guides for using the Ontopix Claude Code setup in real development scenarios across the full lifecycle. - [Planning](https://docs.ontopix.dev/raw/claude-setup/use-cases/planning.md): Break features into bite-sized implementation plans with clear tasks, file paths, and TDD steps. - [PR Workflow](https://docs.ontopix.dev/raw/claude-setup/use-cases/pr-workflow.md): Ship features from commit to merged pull request — conventional commits, PR preparation, and review. - [Specification](https://docs.ontopix.dev/raw/claude-setup/use-cases/specification.md): Define requirements formally using spec-driven development with structured acceptance criteria. ## Schemas Data schemas and type definitions used across Ontopix services. - [Ontopix Schemas - Documentation](https://docs.ontopix.dev/raw/schemas/readme.md) - [Schema Design Principles](https://docs.ontopix.dev/raw/schemas/architecture/design-principles.md): Comprehensive design principles for creating high-quality, maintainable JSON schemas in the Ontopix ecosystem. - [Schema Views Specification](https://docs.ontopix.dev/raw/schemas/architecture/schema-views-spec.md): Version: 1.0-draft Status: Draft Authors: Ontopix Platform Team Date: 2026-03-11 - [Getting Started with Ontopix Schemas](https://docs.ontopix.dev/raw/schemas/getting-started.md) - [Schemas Reference](https://docs.ontopix.dev/raw/schemas/schemas/readme.md): Complete reference documentation for all Ontopix JSON Schemas. ## Audit Utils Audit utilities documentation for tracking and logging. - [Data Models](https://docs.ontopix.dev/raw/auditutils/models.md): Complete reference for audit-utils data models and their structure. ## Stylebook Design system and UI component library documentation. - [For AI Agents](https://docs.ontopix.dev/raw/stylebook/guide/for-ai-agents.md): Machine-readable guide for AI agents building Ontopix-branded UIs - [Quick Start Guide](https://docs.ontopix.dev/raw/stylebook/guide.md): How to use the Ontopix stylebook for consistent brand application - [Brand Identity](https://docs.ontopix.dev/raw/stylebook/brand.md): AI that understands your business before transforming your customer service - [Voice & Tone](https://docs.ontopix.dev/raw/stylebook/brand/voice-tone.md): Brand personality, tone variations, and verbal communication guidelines for consistent voice across all Ontopix communications. - [Decision Guide](https://docs.ontopix.dev/raw/stylebook/logos/decision-guide.md): How to choose the right logo variant for your context - [Full Logos](https://docs.ontopix.dev/raw/stylebook/logos/full-logos.md): Complete logo variants with icon and wordmark - [Icon Logos](https://docs.ontopix.dev/raw/stylebook/logos/icons.md): Square icon-only variants for avatars and app icons - [Logos](https://docs.ontopix.dev/raw/stylebook/logos.md): A comprehensive logo system with multiple variants optimized for different contexts and backgrounds. Each variant is designed for specific use cases, from web headers to app icons to loading animations. - [Spinners](https://docs.ontopix.dev/raw/stylebook/logos/spinners.md): Loading and progress indicator variants - [Usage Guidelines](https://docs.ontopix.dev/raw/stylebook/logos/usage-guidelines.md): Logo usage do's and don'ts - [Avatars](https://docs.ontopix.dev/raw/stylebook/avatars.md): AI-powered avatar generation system for humans and agents, creating consistent, stylized portraits that maintain brand identity across all Ontopix applications. - [Team Avatars](https://docs.ontopix.dev/raw/stylebook/avatars/team.md): Avatar gallery for Ontopix team members - [AI Agent Avatars](https://docs.ontopix.dev/raw/stylebook/avatars/agents.md): Avatar gallery for Ontopix AI agents - [Generating Avatars](https://docs.ontopix.dev/raw/stylebook/avatars/stylebook-cli.md): CLI commands for avatar generation - [Color Accessibility](https://docs.ontopix.dev/raw/stylebook/colors/accessibility.md): Contrast ratios and WCAG compliance guidelines - [Colors](https://docs.ontopix.dev/raw/stylebook/colors.md): A comprehensive color system built with OKLCH color space, combining Tailwind CSS colors with custom generated brand and surface colors, plus semantic tokens for consistent UI design. - [Color Palettes](https://docs.ontopix.dev/raw/stylebook/colors/palettes.md): Interactive color palette reference - [Semantic Tokens](https://docs.ontopix.dev/raw/stylebook/colors/semantic-tokens.md): Purpose-based color naming system - [Usage Guide](https://docs.ontopix.dev/raw/stylebook/colors/usage-guide.md): When and how to use each semantic color token - [Installation & Customization](https://docs.ontopix.dev/raw/stylebook/theme/customization.md): How to install the Ontopix theme layer and customize component defaults, color modes, and design tokens. - [Data](https://docs.ontopix.dev/raw/stylebook/theme/data.md): Data display components styled with the Ontopix theme — tables, accordions, timelines, and more. - [Elements](https://docs.ontopix.dev/raw/stylebook/theme/elements.md): Core UI element components styled with the Ontopix theme — buttons, badges, alerts, cards, and more. - [Form](https://docs.ontopix.dev/raw/stylebook/theme/form.md): Form components styled with the Ontopix theme — inputs, selects, checkboxes, and more. - [Theme](https://docs.ontopix.dev/raw/stylebook/theme.md): Component theme defaults and color mode configuration for Nuxt UI. Defines per-component defaultVariants, slot overrides, and light/dark color mode shade mappings for the Ontopix design system. - [Navigation](https://docs.ontopix.dev/raw/stylebook/theme/navigation.md): Navigation components styled with the Ontopix theme — menus, tabs, breadcrumbs, and more. - [Page](https://docs.ontopix.dev/raw/stylebook/theme/page.md): Page-level layout components styled with the Ontopix theme — heroes, cards, CTAs, and marketing sections. - [Surfaces](https://docs.ontopix.dev/raw/stylebook/theme/surfaces.md): Design tokens for backgrounds, text, and borders — the foundational layers of the Ontopix visual system. - [Font Families](https://docs.ontopix.dev/raw/stylebook/typography/fonts.md): Font families, weights, and specimens for each role - [Typography](https://docs.ontopix.dev/raw/stylebook/typography.md): A comprehensive typography system with role-based font definitions, Tailwind v4 integration, and context-specific application rules. - [Type Scale](https://docs.ontopix.dev/raw/stylebook/typography/scale.md): Type scale reference - [Grid System](https://docs.ontopix.dev/raw/stylebook/layout/grid.md): Grid structure and responsive layouts - [Layout](https://docs.ontopix.dev/raw/stylebook/layout.md): Spacing, grid, and responsive breakpoint specifications for consistent layouts across all Ontopix products. - [Spacing](https://docs.ontopix.dev/raw/stylebook/layout/spacing.md): Spacing scale and usage guidelines - [Motion](https://docs.ontopix.dev/raw/stylebook/motion.md): Animation and motion design principles for Ontopix products. Foundation guidelines for purposeful, accessible motion. - [Writing Contexts](https://docs.ontopix.dev/raw/stylebook/voice-writing/contexts.md): Context-specific writing patterns and guidelines - [Voice & Writing](https://docs.ontopix.dev/raw/stylebook/voice-writing.md): Brand personality, voice guidelines, and writing style rules - [Speech Guidelines](https://docs.ontopix.dev/raw/stylebook/voice-writing/speech.md): Pronunciation, pacing, and verbal communication guidelines - [Terminology](https://docs.ontopix.dev/raw/stylebook/voice-writing/terminology.md): Official brand and product terminology - [Tone by Context](https://docs.ontopix.dev/raw/stylebook/voice-writing/tones.md): How the Ontopix voice adapts to different communication contexts - [Imagery](https://docs.ontopix.dev/raw/stylebook/imagery.md): Photography, illustration, and iconography guidelines for consistent visual language across all Ontopix communications. - [Accessibility](https://docs.ontopix.dev/raw/stylebook/accessibility.md): WCAG compliance standards, inclusive design guidelines, and testing procedures for accessible products. - [Accessibility Standards](https://docs.ontopix.dev/raw/stylebook/accessibility/standards.md): Detailed WCAG requirements and implementation guidelines - [Accessibility Testing](https://docs.ontopix.dev/raw/stylebook/accessibility/testing.md): Testing procedures for accessibility compliance - [Messaging](https://docs.ontopix.dev/raw/stylebook/messaging.md): Brand positioning, taglines, and standard messaging for consistent communication across all channels. - [Stylebook CLI](https://docs.ontopix.dev/raw/stylebook/cli.md): A CLI tool for brand asset generation and design system management - [Domains](https://docs.ontopix.dev/raw/stylebook/cli/domains.md): Understanding the domain-based brand data structure - [Outputs & Build](https://docs.ontopix.dev/raw/stylebook/cli/outputs.md): Understanding the output folder and build process - [Packages](https://docs.ontopix.dev/raw/stylebook/cli/packages.md): Generated artifacts and Nuxt layers - [Tools](https://docs.ontopix.dev/raw/stylebook/cli/tools.md): Interactive applications for brand development - [Data Validation](https://docs.ontopix.dev/raw/stylebook/cli/validation.md): Schema validation for brand data ## Sluice Cross-product vendor rate limit broker for cooperative quota sharing. - [Sluice](https://docs.ontopix.dev/raw/sluice/readme.md): Cross-product vendor rate limit broker for cooperative quota sharing across Ontopix services. - [Architecture](https://docs.ontopix.dev/raw/sluice/architecture.md): Token bucket algorithm, DynamoDB schema, lease lifecycle, and reconciler design. - [How to Add a New Vendor](https://docs.ontopix.dev/raw/sluice/howto/add-vendor.md): Step-by-step guide to adding a new vendor rate limit bucket to Sluice via Terraform. - [How to Handle 429 Responses](https://docs.ontopix.dev/raw/sluice/howto/handle-429.md): How to react to vendor 429 errors by penalizing buckets and deciding between inline retry or requeue. - [How to Run the Sandbox](https://docs.ontopix.dev/raw/sluice/howto/sandbox.md): Run a local DynamoDB environment with LocalStack for Sluice development and testing. - [Mission & Concepts](https://docs.ontopix.dev/raw/sluice/mission.md): Why Sluice exists, design philosophy, and key concepts behind SDK-first cooperative rate limiting. - [Infrastructure Operations](https://docs.ontopix.dev/raw/sluice/operations/infrastructure.md): Terraform layout, deployment workflow, and environment management for Sluice infrastructure. - [Monitoring Guide](https://docs.ontopix.dev/raw/sluice/operations/monitoring.md): Structured log events, CloudWatch alerts, and dashboard setup for Sluice observability. - [Reconciler Operations](https://docs.ontopix.dev/raw/sluice/operations/reconciler.md): How the reconciler Lambda recovers leaked tokens from expired lease records. - [Stress Testing](https://docs.ontopix.dev/raw/sluice/operations/stress-testing.md): Methodology, invariants, and results for Sluice cross-language stress tests. - [Go SDK](https://docs.ontopix.dev/raw/sluice/sdk/go.md): Installation, configuration, and API reference for the Sluice Go SDK. - [Cross-SDK Parity](https://docs.ontopix.dev/raw/sluice/sdk/parity.md): Feature matrix and API comparison across Python, TypeScript, and Go SDKs. - [Python SDK](https://docs.ontopix.dev/raw/sluice/sdk/python.md): Installation, configuration, and API reference for the Sluice Python SDK. - [TypeScript SDK](https://docs.ontopix.dev/raw/sluice/sdk/typescript.md): Installation, configuration, and API reference for the Sluice TypeScript SDK. ## Ledger Consumption tracking SDK for recording billable work across services. - [Ledger](https://docs.ontopix.dev/raw/ledger/readme.md): Consumption tracking SDK for recording billable work across Ontopix services via SQS FIFO queues. - [Go SDK](https://docs.ontopix.dev/raw/ledger/sdk/go.md): Installation, configuration, and API reference for the Ledger Go SDK. - [Python SDK](https://docs.ontopix.dev/raw/ledger/sdk/python.md): Installation, configuration, and API reference for the Ledger Python SDK. - [TypeScript SDK](https://docs.ontopix.dev/raw/ledger/sdk/typescript.md): Installation, configuration, and API reference for the Ledger TypeScript SDK.