Skip to main content

Integrations

Agent Router presents an OpenAI-compatible surface, so most tools that already speak to an AI provider connect by changing only a base URL and an API key. This page is the map of everything that plugs into the gateway: the SDKs and frameworks that send inference traffic, the coding agents that generate against it, the guardrail vendors and observability backends it forwards to, and the MCP clients that consume aggregated tools. Each entry links to the guide or reference that documents the connection.


SDKs and frameworks

Any client that targets the OpenAI Chat Completions, OpenAI Responses, or Anthropic Messages format works against the gateway. The base URL points at the proxy endpoint and the API key is an Agent Router key; no provider-specific client is required.

The current documentation URLs for the supported SDKs and frameworks (OpenAI, Anthropic, LangChain, Vercel AI SDK, Pydantic AI, CrewAI, and others) are listed in External links.

Coding agents

Coding agents receive a ready-to-paste config that teaches them the gateway base URL, authentication, and endpoints, so generated code routes through Agent Router from the first request.

Guardrail vendors

Guardrails run inline in the gateway and can call out to external content-safety services for evaluation. Vendor and custom guardrails are configured by a platform operator.

Observability backends

The gateway exports traces and metrics over OpenTelemetry (OTLP) and exposes a Prometheus scrape endpoint, so any OTLP-compatible or Prometheus-compatible backend can receive gateway telemetry.

MCP clients

Multiple MCP servers can be aggregated into a single profile and exposed to AI clients through one endpoint, with access governed centrally.