# TealTiger Docs ## Docs - [Anti-Patterns](https://docs.tealtiger.ai/about/anti-patterns.md): Common mistakes to avoid when using TealTiger. - [Best Practices](https://docs.tealtiger.ai/about/best-practices.md): How to use TealTiger effectively, safely, and at scale. - [Decision Philosophy](https://docs.tealtiger.ai/about/decision-philosophy.md): Why TealTiger favors deterministic enforcement over probabilistic decisions. - [Development Philosophy](https://docs.tealtiger.ai/about/development-philosophy.md): How TealTiger is built — spec-driven development, AI-assisted engineering, and human-led quality assurance. - [Goals](https://docs.tealtiger.ai/about/goals.md): What TealTiger is designed to achieve and why it exists. - [Human-Centered Governance](https://docs.tealtiger.ai/about/human-centered-governance.md): TealTiger's binding design principles for building governance that supports, protects, and holds humans accountable — not replaces them. - [Non-Goals](https://docs.tealtiger.ai/about/non-goals.md): What TealTiger intentionally doesn't do and why. - [Claude Code setup](https://docs.tealtiger.ai/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.tealtiger.ai/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.tealtiger.ai/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Decision Contract (Python)](https://docs.tealtiger.ai/api-reference/python/decision.md): Deterministic Decision object for reliable policy enforcement - [Execution Context](https://docs.tealtiger.ai/api-reference/python/execution-context.md): Correlation IDs and traceability for distributed systems - [Python SDK API Reference](https://docs.tealtiger.ai/api-reference/python/index.md): Complete API reference for TealTiger Python SDK v1.1.x - [Policy Testing](https://docs.tealtiger.ai/api-reference/python/policy-testing.md): Test harness for CI/CD integration and policy validation - [TealAudit](https://docs.tealtiger.ai/api-reference/python/teal-audit.md): Audit logging with security-by-default redaction - [TealCircuit](https://docs.tealtiger.ai/api-reference/python/teal-circuit.md): Circuit breaker for reliability - [TealEngine](https://docs.tealtiger.ai/api-reference/python/teal-engine.md): Policy evaluation engine with mode-based enforcement - [TealGuard](https://docs.tealtiger.ai/api-reference/python/teal-guard.md): Guardrail checks for content safety - [Decision Contract](https://docs.tealtiger.ai/api-reference/typescript/decision.md): Deterministic Decision object for reliable policy enforcement - [Execution Context](https://docs.tealtiger.ai/api-reference/typescript/execution-context.md): Correlation IDs and traceability for distributed systems - [TypeScript SDK API Reference](https://docs.tealtiger.ai/api-reference/typescript/index.md): Complete API reference for TealTiger TypeScript SDK v1.1.x - [Policy Testing](https://docs.tealtiger.ai/api-reference/typescript/policy-testing.md): Test harness for CI/CD integration and policy validation - [TealAudit](https://docs.tealtiger.ai/api-reference/typescript/teal-audit.md): Audit logging with security-by-default redaction - [TealCircuit](https://docs.tealtiger.ai/api-reference/typescript/teal-circuit.md): Circuit breaker for reliability - [TealEngine](https://docs.tealtiger.ai/api-reference/typescript/teal-engine.md): Policy evaluation engine with mode-based enforcement - [TealEngineV12](https://docs.tealtiger.ai/api-reference/typescript/teal-engine-v12.md): Parallel module evaluation engine with TEEC evidence contracts — the v1.2 governance orchestrator. - [TealGuard](https://docs.tealtiger.ai/api-reference/typescript/teal-guard.md): Guardrail checks for content safety - [TealMemory](https://docs.tealtiger.ai/api-reference/typescript/teal-memory.md): Memory governance module with 5 scopes, 4 classifications, and dedicated read/write decision actions. - [TealRegistry](https://docs.tealtiger.ai/api-reference/typescript/teal-registry.md): Model and tool allowlisting module with provenance verification. - [TealReliability](https://docs.tealtiger.ai/api-reference/typescript/teal-reliability.md): Retry budgets, circuit breakers, fallback chains, and degradation policies for resilient AI agents. - [TealSecrets](https://docs.tealtiger.ai/api-reference/typescript/teal-secrets.md): Secret detection module with 500+ patterns, confidence scoring, and 9 detection categories. - [AI Governance Umbrella](https://docs.tealtiger.ai/architecture/ai-governance-umbrella.md): TealTiger's governance architecture: dimensions, modules, evidence, and how governance expands safely across releases. - [Enforcement Flow](https://docs.tealtiger.ai/architecture/enforcement-flow.md): How policy modes (ENFORCE/MONITOR/REPORT_ONLY) control runtime behavior. - [Evaluation Flow](https://docs.tealtiger.ai/architecture/evaluation-flow.md): How TealTiger evaluates requests and produces deterministic decisions. - [Logging Flow](https://docs.tealtiger.ai/architecture/logging-flow.md): How audit events are emitted with redaction, correlation IDs, and multi-destination output. - [Audit Event Schema](https://docs.tealtiger.ai/audit/audit-event-schema.md): Complete structure of audit events emitted by TealTiger for compliance and observability. - [Cost Metadata](https://docs.tealtiger.ai/audit/cost-metadata.md): Track and monitor AI costs with standardized cost metadata in audit events. - [Logging Behavior](https://docs.tealtiger.ai/audit/logging-behavior.md): How TealTiger emits safe structured logs and how logs differ from audit events. - [TealTiger v1.1.1: Enterprise-Grade AI Agent Security](https://docs.tealtiger.ai/blog/v1-1-1-release.md): A deep dive into TealTiger v1.1.1 — the open-source AI agent security SDK with policy enforcement, guardrails, circuit breakers, audit logging, and 7-provider coverage. No servers required. - [TealTiger v1.2.0 — Governance Bundle](https://docs.tealtiger.ai/blog/v1-2-0-release.md): 7 governance modules, Docker sidecar, SARIF evidence export, and 500+ secret detection patterns. Deterministic governance for AI agents. - [Agentic Patterns (v1.1) — Where TealTiger Fits](https://docs.tealtiger.ai/concepts/agentic-patterns.md): v1.1-scoped guide to common agentic patterns and where to place TealTiger at model/tool boundaries. Includes Mermaid diagrams per pattern. - [Audit & Redaction](https://docs.tealtiger.ai/concepts/audit-and-redaction.md): Redaction-safe audit logging, schema expectations, and production defaults for TealTiger v1.1.0. - [Decision Lifecycle](https://docs.tealtiger.ai/concepts/decision-lifecycle.md): How policy decisions flow through evaluation, enforcement, and audit in TealTiger. - [Decision Model](https://docs.tealtiger.ai/concepts/decision-model.md): Understanding TealTiger's deterministic decision system - how policies evaluate to actions with reason codes and risk scores. - [Execution Identity](https://docs.tealtiger.ai/concepts/execution-identity.md): How TealTiger represents agent and user identity for least-privilege governance and audit evidence in v1.1.0. - [Guardrail Internals: How Detection Works](https://docs.tealtiger.ai/concepts/guardrail-internals.md): A transparent look at the detection techniques behind TealTiger's PII detection, prompt injection detection, and content moderation guardrails. - [Module System](https://docs.tealtiger.ai/concepts/module-system.md): How TealEngine v1.2 dispatches governance checks to modules in parallel, merges results, and handles failures. - [Policy Evaluation Logic](https://docs.tealtiger.ai/concepts/policy-evaluation-logic.md): How TealTiger evaluates requests against policies — a deterministic, step-by-step reference for the v1.2 evaluation pipeline. - [Policy Modes](https://docs.tealtiger.ai/concepts/policy-modes.md): Safely roll out policies using MONITOR and ENFORCE modes - test before you block. - [Promptware Kill Chain → Blast-Radius Control (Executive View)](https://docs.tealtiger.ai/concepts/promptware-blast-radius-executive.md): A one-page visual explaining how agentic threats progress and where TealTiger limits blast radius using deterministic governance. - [Security vs Governance for AI Agents](https://docs.tealtiger.ai/concepts/security-vs-governance.md): Clarify the difference between agent hardening (security) and deterministic runtime governance (TealTiger). - [TEEC — Typed Evidence & Evidence Contracts](https://docs.tealtiger.ai/concepts/teec.md): How TealTiger v1.2 produces structured, machine-verifiable governance evidence with 32 reason codes, 18 event types, and 12 decision actions. - [Visual Decision Mapping](https://docs.tealtiger.ai/concepts/visual-decision-mapping.md): A visual overview of how TealTiger applies governance checks (cost, security, reliability) to produce a deterministic Decision. - [Zero Trust for Agentic AI](https://docs.tealtiger.ai/concepts/zero-trust-for-agentic-ai.md): How TealTiger applies Zero Trust principles to LLM and agent runtime—continuous verification, least privilege, and policy-based enforcement for tools, data, and cost. - [Governing AI Coding Agents (ADLC)](https://docs.tealtiger.ai/cookbook/governing-ai-coding-agents.md): How to use TealTiger to govern autonomous coding agents in the Agent-Driven Development Lifecycle. - [HIPAA-Compliant Medical Bot](https://docs.tealtiger.ai/cookbook/hipaa-medical-bot.md): Build a healthcare chatbot that automatically redacts PHI and enforces access controls to maintain HIPAA compliance. - [Cookbook](https://docs.tealtiger.ai/cookbook/index.md): Real-world examples showing how to use TealTiger to solve common AI security and governance challenges. - [Microservices agent example](https://docs.tealtiger.ai/cookbook/microservices-agent-example.md) - [OpenAI Governance Quick Start](https://docs.tealtiger.ai/cookbook/openai-governance-quickstart.md): Add PII detection, prompt injection blocking, cost tracking, budget enforcement, and audit evidence to OpenAI API calls in minutes. - [Prevent Hallucinated Refunds](https://docs.tealtiger.ai/cookbook/prevent-hallucinated-refunds.md): Stop AI agents from issuing unauthorized refunds using policy enforcement and approval workflows. - [Stop Budget Runaway (Recipe)](https://docs.tealtiger.ai/cookbook/stop-budget-runaway.md): Clamp tokens, downgrade models, and deny runaway loops deterministically using cost governance. - [CI/CD Integration](https://docs.tealtiger.ai/deployment/cicd.md): Integrate TealTiger Docker containers into your CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins, and more. - [Cost Optimization](https://docs.tealtiger.ai/deployment/cost-optimization.md): Optimize TealTiger deployment costs with automatic provider selection, request batching, caching, and comprehensive cost tracking. - [Docker Containers](https://docs.tealtiger.ai/deployment/docker.md): Run TealTiger SDKs in Docker containers for consistent, portable deployments across any environment. - [Edge Deployment](https://docs.tealtiger.ai/deployment/edge.md): Deploy TealTiger guardrails at the edge for low-latency policy enforcement closest to your users. - [Helm Charts](https://docs.tealtiger.ai/deployment/helm.md): Deploy TealTiger on Kubernetes using official Helm charts for EKS, GKE, AKS, and self-hosted clusters. - [Kubernetes Deployment](https://docs.tealtiger.ai/deployment/kubernetes.md): Deploy TealTiger SDKs on Kubernetes clusters (EKS, GKE, AKS) with Helm charts, manifests, and production-ready configurations. - [Monitoring & Observability](https://docs.tealtiger.ai/deployment/monitoring.md): Monitor TealTiger deployments with comprehensive metrics, logs, traces, and dashboards across all major observability platforms. - [Deployment Overview](https://docs.tealtiger.ai/deployment/overview.md): Comprehensive guide to deploying TealTiger SDKs across major cloud platforms and deployment patterns. - [Platform-as-a-Service (PaaS) Deployment](https://docs.tealtiger.ai/deployment/paas.md): Deploy TealTiger SDKs on Heroku, Railway, Render, Fly.io, and other PaaS platforms with one-click deployment templates. - [Pulumi Infrastructure](https://docs.tealtiger.ai/deployment/pulumi.md): Deploy TealTiger using Pulumi with TypeScript, Python, or Go for type-safe infrastructure as code. - [Security & Compliance](https://docs.tealtiger.ai/deployment/security.md): Deploy TealTiger with enterprise-grade security including secrets management, encryption, network isolation, and compliance frameworks. - [Serverless Deployment](https://docs.tealtiger.ai/deployment/serverless.md): Deploy TealTiger SDKs on AWS Lambda, Google Cloud Run, Azure Functions, and other serverless platforms. - [Terraform Modules](https://docs.tealtiger.ai/deployment/terraform.md): Deploy TealTiger infrastructure using official Terraform modules for AWS, Google Cloud, and Azure. - [Your First Policy](https://docs.tealtiger.ai/getting-started/first-policy.md): Create, evaluate, and observe your first TealTiger policy with runnable code examples. - [Governance Best Practices Checklist](https://docs.tealtiger.ai/governance/best-practices-checklist.md): A practical checklist for implementing, validating, and operating TealTiger runtime governance. - [Compliance Framework Mapping](https://docs.tealtiger.ai/governance/compliance-mapping.md): How TealTiger maps to OWASP ASI, NIST AI RMF, SOC 2, HIPAA, and EU AI Act. - [EU AI Act Compliance](https://docs.tealtiger.ai/governance/eu-ai-act-compliance.md): How TealTiger helps enterprises comply with the EU AI Act requirements for high-risk AI systems - [Phased Adoption of Runtime Governance](https://docs.tealtiger.ai/governance/phased-adoption.md): A phased rollout model using REPORT_ONLY → MONITOR → ENFORCE, aligned to enterprise adoption patterns. - [Red Team Benchmark Results](https://docs.tealtiger.ai/governance/red-team-benchmarks.md): TealTiger v1.1.0 tested against AIGoat OWASP LLM Top 10 attack corpus — 100% catch rate across all categories. - [Runtime Governance Reference Architecture](https://docs.tealtiger.ai/governance/reference-architecture.md): A single-page reference architecture showing where TealTiger enforces policy and how evidence is produced. - [Governance Validation & Verification](https://docs.tealtiger.ai/governance/validation-and-verification.md): How TealTiger proves correctness using golden corpora, parity gates, and deterministic evidence. - [Frequently Asked Questions](https://docs.tealtiger.ai/guides/faq.md): Common questions about TealTiger v1.1.0 - [Migrating to v1.1.x](https://docs.tealtiger.ai/guides/migration-v1.1.x.md): Complete migration guide for TealTiger SDK v1.1.x Enterprise Adoption Features - [Migrating to v1.2.x](https://docs.tealtiger.ai/guides/migration-v1.2.x.md): Complete migration guide from TealTiger v1.1.x to v1.2.0 — the Governance Bundle release. - [Performance Tuning Guide](https://docs.tealtiger.ai/guides/performance-tuning.md): Optimization strategies for TealTiger v1.1.0 - [Security Best Practices](https://docs.tealtiger.ai/guides/security-best-practices.md): Security configuration and best practices for TealTiger v1.1.0 - [Troubleshooting Guide](https://docs.tealtiger.ai/guides/troubleshooting.md): Common issues and solutions for TealTiger v1.1.0 - [TealTiger Documentation](https://docs.tealtiger.ai/index.md): Runtime AI governance framework for agentic systems — deterministic enforcement, audit-grade evidence, and modular governance dimensions - [CrewAI Integration](https://docs.tealtiger.ai/integrations/crewai.md): Add governance to multi-agent CrewAI workflows with security, cost control, and audit logging. - [Datadog & Splunk Integration](https://docs.tealtiger.ai/integrations/datadog-splunk.md): Export TealTiger governance decisions to Datadog, Splunk, and other SIEM/APM platforms via the OpenTelemetry OTLP bridge. - [Helicone Integration](https://docs.tealtiger.ai/integrations/helicone.md): Export TealTiger governance decisions to Helicone for LLM proxy monitoring and cost tracking. - [Integrations](https://docs.tealtiger.ai/integrations/index.md): Connect TealTiger with your favorite AI frameworks, observability tools, and agent platforms. - [LangChain Integration](https://docs.tealtiger.ai/integrations/langchain.md): Add security, cost control, and governance to your LangChain agents and applications. - [Langfuse Integration](https://docs.tealtiger.ai/integrations/langfuse.md): Export TealTiger governance decisions to Langfuse for LLM observability and debugging. - [LangSmith Integration](https://docs.tealtiger.ai/integrations/langsmith.md): Export TealTiger governance decisions to LangSmith for LangChain debugging and monitoring. - [MCP Integration](https://docs.tealtiger.ai/integrations/mcp.md): Add governance to Model Context Protocol (MCP) tools and servers. - [TealTiger + OpenClaw](https://docs.tealtiger.ai/integrations/openclaw.md): Add deterministic governance (Decision, Reason Codes, Risk Scores, Audit Evidence) to OpenClaw actions without forking OpenClaw. - [OpenClaw Hardening Tools vs TealTiger Governance](https://docs.tealtiger.ai/integrations/openclaw-hardening-vs-governance.md): How security hardening plugins differ from deterministic runtime governance, and how to use both together. - [OpenTelemetry Integration](https://docs.tealtiger.ai/integrations/opentelemetry.md): Export TealTiger decisions, metrics, and traces to your OpenTelemetry observability stack. - [Tool Protocol Integrations](https://docs.tealtiger.ai/integrations/tool-protocols.md): Integration guide (stub) — how to apply TealTiger governance to Tool Protocol Integrations. - [Slack & Discord Webhooks](https://docs.tealtiger.ai/integrations/webhooks.md): Configure real-time TealTiger governance alerts to Slack, Discord, Microsoft Teams, and custom webhook endpoints. - [Code Assistant](https://docs.tealtiger.ai/orchestration/code-assistant.md): How TealTiger governs a code assistant end-to-end. - [Customer Support Agent](https://docs.tealtiger.ai/orchestration/customer-support-agent.md): How TealTiger governs a customer support agent end-to-end. - [Financial Advisor Agent](https://docs.tealtiger.ai/orchestration/financial-advisor.md): How TealTiger governs a financial advisor agent end-to-end. - [Healthcare Agent (HIPAA)](https://docs.tealtiger.ai/orchestration/healthcare-agent.md): How TealTiger governs a healthcare agent end-to-end with HIPAA compliance. - [Orchestration Flows](https://docs.tealtiger.ai/orchestration/index.md): End-to-end governance flows showing how TealTiger modules compose together for real-world use cases. - [Multi-Agent System](https://docs.tealtiger.ai/orchestration/multi-agent-system.md): How TealTiger governs a multi-agent system end-to-end. - [RAG Application](https://docs.tealtiger.ai/orchestration/rag-application.md): How TealTiger governs a retrieval-augmented generation application end-to-end. - [Getting Started](https://docs.tealtiger.ai/playground/getting-started.md): Open the TealTiger Playground, write your first policy, run an evaluation, and export production-ready code. - [TealTiger Playground](https://docs.tealtiger.ai/playground/overview.md): Interactive browser-based environment for writing, testing, and exporting TealTiger governance policies. - [Policy Templates](https://docs.tealtiger.ai/playground/policy-templates.md): 15+ enterprise-ready policy templates for security, cost control, reliability, compliance, routing, and performance - [Troubleshooting](https://docs.tealtiger.ai/playground/troubleshooting.md): Common issues, error message reference, free tier limitations, and support resources for the TealTiger Playground - [EU AI Act — High Risk](https://docs.tealtiger.ai/policy-library/compliance/eu-ai-act-high-risk.md): Risk scoring, record-keeping, transparency, and human oversight for high-risk AI systems under the EU AI Act. - [HIPAA Healthcare](https://docs.tealtiger.ai/policy-library/compliance/hipaa-healthcare.md): Strict PII/PHI detection, restricted memory classification, audit with HASH redaction, and 7-year retention. - [Compliance Packs](https://docs.tealtiger.ai/policy-library/compliance/index.md): Pre-built policy bundles aligned to OWASP ASI, HIPAA, SOC 2, and EU AI Act frameworks. - [OWASP ASI Starter](https://docs.tealtiger.ai/policy-library/compliance/owasp-asi-starter.md): Policy bundle covering OWASP Agentic Security Initiative controls ASI-01 through ASI-10. - [SOC 2 Basic](https://docs.tealtiger.ai/policy-library/compliance/soc2-basic.md): Tool allowlisting (CC6), audit logging (CC7), and policy testing (CC8) for SOC 2 Type II readiness. - [Budget — Daily $10](https://docs.tealtiger.ai/policy-library/cost/budget-daily-10usd.md): Cap total daily AI agent spending at $10 with an alert threshold at 80% utilization. - [Budget — Per Request $1](https://docs.tealtiger.ai/policy-library/cost/budget-per-request-1usd.md): Limit individual AI agent requests to $1 with pre-execution cost estimation. - [Cost Policies](https://docs.tealtiger.ai/policy-library/cost/index.md): Budget enforcement, per-request limits, and model tier management for AI agent spending. - [Model Tier Enforcement](https://docs.tealtiger.ai/policy-library/cost/model-tier-enforcement.md): Restrict agents to cost-appropriate model tiers with automatic downgrade on violation. - [TealTiger Policy Registry](https://docs.tealtiger.ai/policy-library/index.md): Copy-paste governance policies for AI agents. Browse by dimension, compliance framework, or use case. - [Classification — Internal](https://docs.tealtiger.ai/policy-library/memory/classification-internal.md): Enforce data classification labels on memory writes with scope-based classification requirements. - [Deny Secrets in Memory](https://docs.tealtiger.ai/policy-library/memory/deny-secrets-in-memory.md): Block secrets and PII from being written to any agent memory scope. - [Memory Policies](https://docs.tealtiger.ai/policy-library/memory/index.md): Control agent memory scope, data classification, and secret/PII storage prevention. - [Session Scope Only](https://docs.tealtiger.ai/policy-library/memory/session-scope-only.md): Restrict agent memory to request and session scopes with automatic purge on session end. - [Registry Policies](https://docs.tealtiger.ai/policy-library/registry/index.md): Model allowlists, tool allowlists, and provenance verification for AI agent supply chain control. - [Model Allowlist — GPT-4 + Claude 3](https://docs.tealtiger.ai/policy-library/registry/model-allowlist-gpt4-claude3.md): Restrict agents to approved OpenAI GPT-4 and Anthropic Claude 3 model families. - [Provenance Verification](https://docs.tealtiger.ai/policy-library/registry/provenance-verification.md): Verify model identity, version, and integrity with hash-based provenance checks. - [Tool Allowlist — Basic](https://docs.tealtiger.ai/policy-library/registry/tool-allowlist-basic.md): Restrict agent tool access to web search, file read, and database query only. - [Circuit Breaker — Standard](https://docs.tealtiger.ai/policy-library/reliability/circuit-breaker-standard.md): Open the circuit after 5 consecutive failures and reset after 30 seconds. - [Fallback Chain — OpenAI → Anthropic](https://docs.tealtiger.ai/policy-library/reliability/fallback-chain-openai-anthropic.md): Automatic failover from GPT-4o through GPT-4o-mini, Claude 3 Sonnet, and Claude 3 Haiku. - [Reliability Policies](https://docs.tealtiger.ai/policy-library/reliability/index.md): Circuit breakers, retry budgets, and fallback chains for resilient AI agent operations. - [Retry Budget — 3](https://docs.tealtiger.ai/policy-library/reliability/retry-budget-3.md): Exponential backoff retry with a maximum of 3 attempts and 5-second cap. - [API Key Detection](https://docs.tealtiger.ai/policy-library/secrets/api-key-detection.md): Detect and block API keys and tokens from leaking through agent interactions. - [Cloud Secrets — AWS](https://docs.tealtiger.ai/policy-library/secrets/cloud-secrets-aws.md): Targeted detection for AWS access keys, secret keys, and session tokens in agent interactions. - [Credential Rotation — 90 Day](https://docs.tealtiger.ai/policy-library/secrets/credential-rotation-90day.md): Enforce 90-day credential rotation with warning alerts at 75 days and denial on expiry. - [Secrets Policies](https://docs.tealtiger.ai/policy-library/secrets/index.md): Detect, block, and manage secrets and credentials in AI agent interactions. - [Content Moderation — Standard](https://docs.tealtiger.ai/policy-library/security/content-moderation-standard.md): Block harmful content across hate speech, violence, sexual content, and self-harm categories. - [Security Policies](https://docs.tealtiger.ai/policy-library/security/index.md): Guardrail policies for PII protection, prompt injection defense, and content moderation. - [PII Redaction — Basic](https://docs.tealtiger.ai/policy-library/security/pii-redaction-basic.md): Detect and redact common PII patterns (email, phone, SSN, credit card) in agent input and output. - [Prompt Injection — Strict](https://docs.tealtiger.ai/policy-library/security/prompt-injection-strict.md): High-sensitivity prompt injection detection that denies suspicious inputs before they reach the LLM. - [Code Assistant](https://docs.tealtiger.ai/policy-library/use-cases/code-assistant.md): Policy configuration for AI code assistants with secret detection, injection defense, and session-scoped memory. - [Customer Support Bot](https://docs.tealtiger.ai/policy-library/use-cases/customer-support-bot.md): Complete policy configuration for customer-facing support agents with PII protection, injection defense, and cost controls. - [Financial Advisor](https://docs.tealtiger.ai/policy-library/use-cases/financial-advisor.md): Policy configuration for financial AI agents with approval-gated tools, circuit breakers, strict cost controls, and comprehensive audit. - [Healthcare Agent](https://docs.tealtiger.ai/policy-library/use-cases/healthcare-agent.md): HIPAA-compliant policy configuration for healthcare AI agents with PHI detection, restricted memory, and SARIF audit export. - [Use Case Starters](https://docs.tealtiger.ai/policy-library/use-cases/index.md): Ready-to-use policy configurations for common AI agent use cases. - [RAG Application](https://docs.tealtiger.ai/policy-library/use-cases/rag-application.md): Policy configuration for Retrieval-Augmented Generation applications with PII protection, content moderation, and memory classification. - [Conditions and Actions](https://docs.tealtiger.ai/policy/conditions-and-actions.md): Define when a policy applies (conditions) and what happens when it triggers (actions) in TealTiger. - [Golden Corpus](https://docs.tealtiger.ai/policy/golden-corpus.md): Deterministic validation of TealTiger policy behavior using canonical test cases. - [Policy Overview](https://docs.tealtiger.ai/policy/overview.md): Learn how TealTiger policies work - from simple rules to production-ready governance. - [Policy Authoring Guide](https://docs.tealtiger.ai/policy/policy-authoring-guide.md): End-to-end guidance for writing deterministic, auditable TealTiger policies. - [Reason Codes](https://docs.tealtiger.ai/policy/reason-codes.md): Explain why a policy decision was made using structured, machine-readable reason codes. - [Risk Scores](https://docs.tealtiger.ai/policy/risk-scores.md): Quantify and normalize security, cost, and reliability risk using deterministic risk scores. - [Quickstart](https://docs.tealtiger.ai/quickstart.md): Get started with TealTiger in under 10 minutes. Add runtime governance — security, cost, reliability, and audit — to your AI agents. - [Configuration Reference](https://docs.tealtiger.ai/reference/configuration.md): Complete guide to configuring TealTiger policy modes, logging, audit, cost controls, and enforcement behavior. - [Error & Reason Code Reference](https://docs.tealtiger.ai/reference/error-reference.md): Complete reference for all TealTiger error codes, reason codes, and decision actions. - [Glossary](https://docs.tealtiger.ai/reference/glossary.md): Definitions of TealTiger-specific terms and concepts. - [Limits & Defaults](https://docs.tealtiger.ai/reference/limits.md): Default values, size limits, and configurable quotas for TealTiger. - [Product Roadmap](https://docs.tealtiger.ai/roadmap.md): TealTiger's product roadmap from v1.1.0 to v2.0.0 and beyond. - [Stability Guarantees](https://docs.tealtiger.ai/versioning/stability-guarantees.md): What TealTiger promises to keep stable across v1.1.x versions. - [v1.1.0 Scope](https://docs.tealtiger.ai/versioning/v1.1.0-scope.md): What's included in TealTiger v1.1.0 and what's coming in future versions. - [TealTiger v1.1.0](https://docs.tealtiger.ai/versions/v1.1.0.md): Release scope, guarantees, and compatibility contract for TealTiger v1.1.0. - [v1.1.1 Release](https://docs.tealtiger.ai/versions/v1.1.1.md): TealTiger v1.1.1 — enterprise-grade AI agent security with 7-provider coverage, policy enforcement, guardrails, circuit breakers, and compliance-ready audit logging. - [v1.2.0 — Governance Bundle](https://docs.tealtiger.ai/versions/v1.2.0.md): TealEngine v1.2 with parallel module evaluation, 7 governance modules, Docker sidecar, and TEEC evidence contracts. - [Why TealTiger](https://docs.tealtiger.ai/why-tealtiger.md): Runtime governance for agentic AI: govern tools, data, spend, behavior, and outcomes with deterministic, auditable policies across multiple governance dimensions. - [TealTiger vs Guardrails vs Protect AI](https://docs.tealtiger.ai/why-tealtiger/tealtiger-vs-guardrails-vs-protect-ai.md): How TealTiger differs from traditional guardrails and AI security platforms by focusing on blast‑radius control, governance, and evidence. ## OpenAPI Specs - [openapi](https://docs.tealtiger.ai/api-reference/openapi.json)