Admin Overview Dashboard
Platform executive view at Admin → Overview (/admin).
KPI cards
Summary counts for:
- Users (total, active, suspended)
- Workspaces (total, active, suspended, archived)
- Billing (subscriptions, MRR-style indicators where data exists)
- AI usage
- Storage footprint
- Audit activity
Charts and panels
When data is available:
- Platform growth trend — users/workspaces over time
- Revenue trend — payments/subscriptions (mock or real billing data)
- Usage mix — AI, storage, billing share
- System health — database, Redis, queues status indicators
- Recent admin activity — safe audit log excerpts
Empty charts show zero-state — no fake hardcoded numbers.
API
GET /admin/overview
Returns legacy summary keys plus growthTrend, revenueTrend, usageMix, systemHealth, recentActivity, generatedAt.
Access
Requires platform admin permissions (admin.access, overview view permissions). Normal workspace users do not see this page.
Related
- Admin Panel
- Monitoring
- Dashboard Insights — per-workspace (user dashboard)