跳到主要内容

AISIX Admin API

AISIX Admin API 是开源 AISIX 网关的只读运维接口,可用于列出并检查已加载的模型、调用方 API Key、服务提供方凭证、安全护栏、MCP 服务器和 A2A Agent 等资源。

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