The platform's control center. Configure data sources, manage users
and roles, monitor system health, and set up agents.
Architecture
Achilles · AdminOwner
Overview · Dashboard
One console for the whole platform
Thin facade. A React shell plus a backend that
owns no domain logic — it brings together and configures the
contracts of other modules.
The source of truth lives in the domain modules. Each
sidebar section is a window into its module (badge on the right); Admin
configures and monitors, while the domain owns the data.
Role decides access. A regular Admin sees almost everything;
the lock marks Owner-only zones — Security and Platform settings.
Sources
14/16
Users
248
Agents
7
Tokens / mo.
1.2M
Admin — almost all sectionsOwner only — Security and Platform settingsAuth— the domain this section fronts
API
GET · PATCH/api/v1/admin/settings
GET · PATCH/api/v1/admin/ai-prompt
GET/api/v1/admin/usage · /{user}
GET · POST · DELETE/api/v1/admin/notification-channels