AgentGateway · Example Payload

Agentgateway Mcp Target Example

AI GatewayAPI GatewayMCPLLMAgent-to-AgentOpen SourceCNCFObservabilitySecurity

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

Top-level fields

nametypeurlauthenticationtoolsallowedClients

Example Payload

Raw ↑
{
  "name": "filesystem-tools",
  "type": "http",
  "url": "http://localhost:3001/mcp",
  "authentication": {
    "type": "bearer",
    "tokenRef": "mcp-server-token"
  },
  "tools": ["read_file", "write_file", "list_directory"],
  "allowedClients": ["agent-01", "agent-02"]
}