# TameFlare > Policy enforcement gateway for AI agents. Transparent HTTP/HTTPS proxy that intercepts, permission-checks, and logs every API call your AI agents make. Source-available under Elastic License v2. TameFlare sits between AI agents and the APIs they call. It works at the network layer - no SDK, no code changes. Wrap any process with `tf run` and all outbound HTTP traffic is governed. ## Key Facts - Website: https://tameflare.com - Type: Transparent HTTP/HTTPS proxy gateway - License: Elastic License v2 (source-available) - Pricing: Free Starter tier (3 gateways, 1,000 actions/month), Pro $29/mo, Team $79/mo - Built by: Small team based in Denmark, EU - Status: Active development, stable core ## What It Does - Intercepts all outbound HTTP/HTTPS traffic from any process - Parses requests into structured actions via 8 built-in connectors (GitHub, OpenAI, Anthropic, Stripe, Slack, generic HTTP, webhook, MCP) - Evaluates actions against configurable policies (allow, deny, require approval) - Injects credentials from an AES-256-GCM encrypted vault - agents never see real API keys - Logs every decision with full audit trail - Provides scoped kill switch (global, per-connector, per-gateway) - Supports human-in-the-loop approvals (proxy holds connection until approved) ## How It Works 1. Install CLI: `npm install -g @tameflare/cli` 2. Create a gateway in the dashboard at tameflare.com 3. Run any process through the proxy: `tf run -- python agent.py` All HTTP traffic is routed through the cloud gateway at proxy.tameflare.com. The process doesn't know it's being governed. ## Compatible Frameworks Works with any agent or process that makes HTTP calls: - LangChain - CrewAI - n8n - Claude Code - OpenAI Agents SDK - LangGraph - AutoGen - MCP servers (Streamable HTTP transport) - Custom scripts (Python, Node.js, Go, Rust, shell) ## Links - Documentation: https://docs.tameflare.com - Pricing: https://tameflare.com/pricing - Blog: https://tameflare.com/blog - Comparison: https://tameflare.com/compare - Security: https://tameflare.com/security - Contact: https://tameflare.com/contact - CLI: npm @tameflare/cli