Skip to main content
TealTiger integrates with popular AI frameworks and tools to add security, cost control, and governance to your existing stack.

How integrations work

TealTiger integrations wrap your existing code to add policy enforcement: Every integration provides:
  • Policy enforcement - Control what agents can do
  • Cost tracking - Monitor and limit spending
  • Audit logging - Track all decisions
  • Zero code changes - Drop-in replacements

Agent frameworks

Integrate TealTiger with popular agent frameworks:

LangChain

Add governance to LangChain agents and tools

CrewAI

Control multi-agent CrewAI workflows

OpenClaw

Secure local-first agents with system access

MCP

Govern Model Context Protocol tools

Observability & monitoring

Export TealTiger data to your observability stack:

OpenTelemetry

Export traces and metrics to OTel

Langfuse

LLM observability and tracing

LangSmith

Debug and monitor LangChain apps

Helicone

LLM proxy and observability

Datadog / Splunk

SIEM and APM via OTLP bridge

Slack / Discord

Real-time alert webhooks

Integration patterns

TealTiger supports three integration patterns:

Pattern 1: Drop-in wrapper

Replace your existing client with a TealTiger-wrapped version:

Pattern 2: Pre-action hook

Intercept actions before they execute:

Pattern 3: Telemetry export

Export TealTiger decisions to your observability stack:

Quick start

Here’s a complete example integrating TealTiger with LangChain:

What integrations provide

Every TealTiger integration gives you:

Security controls

  • Block dangerous tools
  • Enforce role-based access
  • Detect prompt injection
  • Redact sensitive data

Cost management

  • Set budget limits
  • Track spending per request
  • Prevent runaway costs
  • Downgrade expensive models

Compliance

  • Audit all decisions
  • Redact PII automatically
  • Maintain evidence trails
  • Meet regulatory requirements

Reliability

  • Circuit breakers
  • Rate limiting
  • Timeout controls
  • Graceful degradation

Integration status

Need a custom integration?

Building a custom integration is straightforward:
  1. Identify the boundary - Where do you want to enforce policies? (model calls, tool execution, etc.)
  2. Wrap the call - Add engine.evaluate() before the action
  3. Handle the decision - Act on ALLOW, DENY, TRANSFORM, etc.
  4. Log the event - TealTiger handles audit logging automatically
Example custom integration:

Get help

Need help with an integration?

Next steps

LangChain integration

Get started with LangChain

Policy overview

Learn how to write policies

Cookbook

See real-world examples

API reference

Explore the API