Integrations
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
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:- Identify the boundary - Where do you want to enforce policies? (model calls, tool execution, etc.)
- Wrap the call - Add
teal.evaluate()before the action - Handle the decision - Act on ALLOW, DENY, TRANSFORM, etc.
- Log the event - TealTiger handles audit logging automatically
Get help
Need help with an integration?- Email: reachout@tealtiger.ai
- GitHub: github.com/agentguard-ai/tealtiger
- Documentation: docs.tealtiger.ai

