References
Reference material for looking things up rather than reading end to end: the SDK and API surfaces, the gateway's documented behavior, telemetry and audit schemas, and the planning and evaluation pages that support a rollout.
Programming surfaces
Agent Router exposes two different HTTP surfaces. They are related to the management plane and data plane split, but they are not the same thing: the management plane is where Agent Router is hosted and configured; the Management API is the HTTP catalog for that configuration. Live model traffic uses the Gateway APIs on the data plane.
Agent Router SDK
Quickstarts for Go, Python, TypeScript, and curl.
Gateway APIs
Use when your app sends prompts through the data-plane gateway: OpenAI- or Anthropic-compatible paths such as /v1/chat/completions, with request and streaming examples.
Management API reference
Use when you provision or automate Agent Router itself: clients, keys, catalog, projects, insights, and related OpenAPI services.
Gateway behavior and schemas
Gateway behavior
Routing, fallback, and error semantics as the gateway implements them.
OTEL metrics
The OpenTelemetry metrics and attributes the gateway exports.
Audit log events
The audit event catalog with actors, targets, and payloads.
Planning and evaluation
Sizing and scale
Throughput, resource sizing, and deployment footprint.
Compliance
Residency, retention, and due-diligence answers.
Evaluation scenarios
Graded, verifiable exercises for a hands-on product evaluation.
Lookup