Dashboard
The Dashboard is the home page of the admin panel. It opens at / and is the first screen any logged-in user sees.
What it shows
Dashboard is a single read-only page focused on Analytics:
- Aggregate KPIs: total messages handled, tool calls executed, average end-to-end latency, total estimated cost (USD).
- Per-instance breakdowns: the same KPIs sliced by instance, sortable by any column.
- Time-series charts: message volume and latency over time, typically the last 30 days.
The same data, scoped to a single instance, lives in Instance → Analytics (see Analytics tab).
Under the hood the Dashboard reuses the global AnalyticsDashboard component with api.analytics.global as its data source — the same component shape as the per-instance Analytics tab (which uses api.analytics.instance).
Who can see the Dashboard
Every role that can read agents and analytics sees the Dashboard. Its figures are scoped to the caller’s organization and active workspace, so two operators with different workspace access see different totals.
Last updated on