Skip to content

Admin Area

The Admin Area is reachable from the top-right user menu (your name → admin links). It hosts everything that’s gateway-wide — not scoped to a single project.

When you’re inside the admin area, the sidebar swaps into admin mode (no project switcher, no project-scoped items) and an “Administration” header appears at the top.

  • Credentials — encrypted provider API keys (see Credentials).
  • AI Providers — list + enable/disable per provider (see Provider Settings).
  • Provider Templates — reusable provider+model+credential bundles (see Provider Templates).
  • Guardrails — global guardrail config that every project inherits (see Guardrails).
  • Audit Log — every state-changing event with filters and CSV export (see Audit Log).

These are per-project — they live inside each project’s sidebar:

  • AI / API gateway / MCP endpoints
  • API tokens
  • Project-scoped guardrails
  • Webhooks (see Webhooks — labeled as Admin in this docs section because the UI lives in each project but the concept is gateway-administration-shaped)
  • OAuth Service Connections
  • MCP Servers
  • Live Logs / Metrics / Playground

The split keeps “set this up once” things in admin and “configure for this app” things in project context. See Projects for the full table.

In Community Edition, there’s exactly one admin user. So “the admin area” is “everything you can do that’s not project-scoped”. Cloud Edition adds RBAC where some users have admin access and others don’t (see Editions).

Two surfaces:

PathScopeWhat
GET /api/{uuid}/info, /endpoints, /tokensadminPer-project introspection — list endpoints, list tokens, project info
POST /api/control/mcpadminMCP Control Plane — full read + write surface across projects

Both are bearer-token gated with the admin scope. See Authentication API and Control Plane API.

The admin sidebar has a ”← Back to workspace” link at the bottom. Or click any project in the project switcher (which appears when you leave admin mode).


Next: Webhooks.


© Akyros Labs LLC. All rights reserved.