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: should this instance be restarted? Answers 200 whenever it answers at all, including throughout a graceful drain — draining is deliberate work, and restarting an instance that is finishing the requests it accepted would kill exactly those. Use /readyz for...

  • 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

Passthrough Routes

Guardrails

Cache Policies

Observability Exporters

Playground