AgentGateway · Example Payload

Agentgateway Llm Backend Example

AI GatewayAPI GatewayMCPLLMAgent-to-AgentOpen SourceCNCFObservabilitySecurity

Agentgateway Llm Backend Example is an example object payload from AgentGateway, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameprovidermodelaliasbaseUrlauthenticationweightpriority

Example Payload

Raw ↑
{
  "name": "openai-gpt4o",
  "provider": "openai",
  "model": "gpt-4o",
  "alias": "primary-llm",
  "baseUrl": "https://api.openai.com/v1",
  "authentication": {
    "type": "bearer",
    "secretRef": "openai-api-key"
  },
  "weight": 100,
  "priority": 1
}