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
Return all AI Gateways for your tenant.
Return all AI Gateways for your tenant.
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.
GET /admin/ai-gateway
{
"gateways": [
{
"id": "gw-...",
"name": "Production",
"slug": "production",
"status": "active",
"agent_count": 3,
"created_at": "2026-05-01T00:00:00Z"
}
],
"providers": ["anthropic", "openai"]
}
Was this page helpful?