OSS / Operations
Admin Dashboard
Understand the Aurora admin dashboard pages and how they map to gateway APIs and operational features.
Browse docs
Overview
The Aurora admin dashboard is the operator UI for the gateway. It sits under:
/admin/dashboard
Most pages are backed by /admin/api/v1/* endpoints and require a master key or
managed admin session with the right permissions.
Main pages
Permissions
Dashboard routes are protected by resource permissions such as admin/models,
admin/usage, admin/workflows, admin/guardrails, and
admin/audit.
If a page is hidden or returns an authorization error, check the current user's role and the enabled Enterprise capabilities.
API-first operation
Everything important should remain operable through APIs and configuration. Use the dashboard for day-to-day operations, but keep production changes auditable by tracking config, environment variables, and admin API actions.