Skip to main content
The MeshAI proxy is a transparent LLM API gateway that sits between your agents and LLM providers. It provides:
  • Automatic token tracking: every request’s tokens and cost recorded
  • Governance enforcement: policies evaluated in real-time (<5ms overhead)
  • No code changes: just change one environment variable

How It Works

Supported Providers

Key Features

  • Pass-through: Responses are identical to direct provider calls
  • Streaming: Full SSE streaming support
  • Default-off content capture: Operational metadata is stored by default; tenants can opt in to bounded, sanitized input-only capture, while provider outputs are never captured
  • Fail-safe: If the proxy is unavailable, configure your agent to fall back to direct provider URLs