Skip to main content

AISIX Admin API

The AISIX Admin API is the read-only operational surface of an open-source AISIX gateway: list and inspect the loaded models, caller API keys, provider credentials, guardrails, MCP servers, A2A...

Health

  • GET Get Gateway Health /admin/v1/health

    Get model health levels and configuration-watch freshness for this gateway.

  • GET Get Liveness Status /livez

    Process liveness: 200 while the process is alive, 503 once graceful shutdown has begun (an expected drain, not a crash). Use /readyz for traffic eligibility (readiness).

  • GET Get Readiness Status /readyz

    Traffic eligibility (readiness): 200 when the instance can serve, 503 while draining or before the first config apply. Stays 200 for as long as the instance keeps serving that configuration, however long ago the last config event was — see /admin/v1/health and /status/config...

OpenAPI

Models

Caller API Keys

Provider Keys

MCP Servers

A2A Agents

Guardrails

Cache Policies

Observability Exporters

Playground