AgentGateway · Schema

Route

A routing rule in AgentGateway that matches incoming requests and forwards them to a backend or MCP target.

AI GatewayAPI GatewayMCPLLMAgent-to-AgentOpen SourceCNCFObservabilitySecurity

Properties

Name Type Description
name string Unique name for this route.
matches array List of matching criteria for this route.
backend string Name of the LLM backend to forward matched requests to.
rateLimit object Rate limiting configuration for this route.
retries object Retry policy for failed requests.
View JSON Schema on GitHub