Browse docs
--- title: "Admin API" description: "Complete admin REST API reference for usage, models, policies, identity, budgets, cache, audit, and gateway management." icon: "server-cog" ---
Overview
All admin API endpoints are mounted under /admin/api/v1. Authentication uses the AURORA_MASTER_KEY bearer token.
curl -H "Authorization: Bearer $AURORA_MASTER_KEY" \
http://your-aurora-host/admin/api/v1/usage/summaryAdmin endpoints are rate-limited to 10 req/s per IP (burst 30). The dashboard UI at /admin/dashboard is a separate interface — see Admin Dashboard.
Configuration
Dashboard
Usage
GET /admin/api/v1/usage/summary
Response:
{
"total_requests": 1542,
"total_input_tokens": 2450000,
"total_output_tokens": 890000,
"total_tokens": 3340000
}GET /admin/api/v1/usage/daily
Cache
Audit & Console
Providers & Pools
Models
The admin models response includes provider_type and provider_name for each model, unlike the public /v1/models.
Model Access Overrides
Model Pricing
Aliases
Combos
Guardrails
Workflows
Managed API Keys
Budgets
Available with Enterprise advancedBudgets capability.
Tenants
Available with Enterprise identity capability.
Authentication & Session
Available with Enterprise identity capability. Login/OIDC endpoints are unauthenticated.
Identity Users
Available with Enterprise identity capability.
Identity Roles
Available with Enterprise identity capability.