Dashboard Insights (Command Center)
Workspace-scoped analytics on the main dashboard and dedicated insights view.
UI paths
- Command Center —
/dashboard— Workspace Insights section - Full insights —
/dashboard/insights(if routed) or embedded section with refresh
API
GET /dashboard/insights?workspaceId=<id>
Returns (safe metadata only):
- Activity trend — recent daily activity counts
- Usage mix — files, AI, billing, team proportions
- Module readiness — which product modules are configured vs empty
- Recent activity — sanitized audit-style events
- generatedAt — server timestamp
Behavior
- Requires active workspace membership
- Suspended/archived workspaces blocked at API layer
- Empty states — polished placeholders when no data yet (new workspace)
- Refresh — manual refresh with loading animation; does not spin forever on errors
- No secrets, tokens, or raw provider keys in responses
Related
- Admin Overview — platform-wide KPIs (admin only)
- Workspaces & Team