v1

latestOpenAPI 3.0.32026-07-26231418.5 KB
System

List gateway capabilities

get/api/capabilities

Response

Providers, endpoints, MCP servers, and agents

providersstring[]
mcp_serversstring[]
runtimesstring[]

Example response

{
  "providers": [
    "anthropic",
    "openai"
  ],
  "runtimes": [
    "local-opencode",
    "cursor"
  ]
}