Skip to Content
Polyant is open source under AGPL-3.0 — star us on GitHub.
Admin PanelDashboard

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

Both Superadmin and User roles see the Dashboard. The data shown is the same for both — there is no row-level filtering.

Last updated on