Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.knoxcall.com/llms.txt

Use this file to discover all available pages before exploring further.

List gateways

GET /admin/ai-gateway
Returns all AI Gateways for your tenant. Response
{
  "gateways": [
    {
      "id": "gw-...",
      "name": "Production",
      "slug": "production",
      "status": "active",
      "agent_count": 3,
      "created_at": "2026-05-01T00:00:00Z"
    }
  ],
  "providers": ["anthropic", "openai"]
}