Skip to content

Dashboard

Dashboard is the org-overview landing surface for Monitoring & Reporting: a KPI strip (requests, spend, quality anomalies, DLP events, audit-chain status), request-volume and spend trend charts, budget-utilization and model-risk widgets, DLP posture, recent audit activity, org-health indicators, and — where the platform backs them — webhook-delivery, GeoIP-traffic, and usage-quota widgets.

The Dashboard panel showing a KPI strip for requests, spend, quality anomalies, DLP events, and audit-chain status, with trend charts and widget panels below.
Monitoring & Reporting → DashboardCitadel synthetic data on a non-production Arbitex demo instance. Never client data.
  1. Open Monitoring & Reporting → Dashboard. The KPI strip shows requests, spend, quality anomalies, DLP events, and whether the audit chain verified.

  2. Review Request volume and Spend over time trend charts.

  3. Review Budget utilization (spend vs. the configured limit) and Model risk (anomalies by model).

  4. Review the DLP posture, Recent activity (the last 5 audit entries plus the chain-valid badge), and Org health panels.

  5. Review Webhook deliveries, Usage quota, and GeoIP traffic by country. An empty ledger or an unconfigured quota is shown honestly, not hidden; any panel the platform can’t currently serve shows an explicit “pending backend” or “temporarily unavailable” state instead.

  6. Click Refresh to reload every panel.

Terminal window
curl -X POST "https://admin.arbitex.ai/api/v1/admin/monitoring/dashboard/summary" \
-H "Authorization: Bearer $ADMIN_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'

The widget panels read dashboard/widgets; the cross-surface panels compose dlp/stats, org-health/summary, audit/list, usage/quota, and dashboard/traffic-geo.

Available on every plan.

Each panel fetches independently, so one failing read never blanks the whole dashboard. In air-gapped deployments, cross-plane widgets (GeoIP, platform-backed webhook deliveries) degrade honestly rather than fabricating data.