Settings
Console configuration and environment connections.
Environment
- Aegis backend URL
- http://localhost:8000
- API base path
- /api/v1
- Session storage
- API key (browser session only — never persisted to disk)
Configure the backend location via NEXT_PUBLIC_API_URL in frontend/.env. Server-side settings (policies, engines, providers) are managed by the backend — see docs/.
Security
This console runs entirely client-side against your backend. The dashboard never receives secrets beyond your own API key, which is held in the browser session store and sent as a Bearer header.
Authorization is enforced by the backend on every request — role-gated by principal type (Admin, Operator, Approver, Auditor, Agent). The UI hiding a route is convenience, not the security boundary.