Skip to main content

Insights & DashboardDirect link to Insights & Dashboard

The Dashboard is your account's home screen — a single view of fleet status, environment health, and trends over time.

Fleet statusDirect link to Fleet status

At the top of the Dashboard, a row of agent icons shows your fleet with a summary line (e.g. 8 available · 0 busy). This is the same data shown in Agents — see Agents for how allocation works.

EnvironmentsDirect link to Environments

Below fleet status, your environments are shown as cards with their current health score (0–100). Click View all to see every environment; see Environments for how the score is calculated.

InsightsDirect link to Insights

The Insights section summarizes activity over a selectable window (1d / 7d / 30d):

Summary metricsDirect link to Summary metrics

MetricWhat it shows
Total bugsCount of bugs surfaced by failed validations in the window, with an average per session.
Avg healthAverage environment health score across sessions in the window.
Tests executedTotal individual test steps/cases run, with an average per session.
Agent durationTotal agent execution time, with an average per session.

ChartsDirect link to Charts

  • Bugs found (30d) — bar chart of bugs detected per day.
  • Test sessions (30d) — area chart of session volume over time.
  • Health score (30d) — bar chart of environment health by day, colored by band (green/amber/red).
  • Bugs by severity — donut chart breaking down bugs as Critical, High, Medium, or Low.
  • Bugs by type — donut chart breaking down bugs as Functionality, UI, or Other.
  • Agent usage — area chart of total agent-minutes consumed over time, helpful for spotting when you're approaching your plan's parallelism limit.

Using Insights day to dayDirect link to Using Insights day to day

  • A dropping Avg health or a spike in Bugs found is usually the fastest way to notice a regression before someone reports it manually.
  • Bugs by severity and Bugs by type help prioritize triage — a spike in Critical/Functionality bugs warrants faster attention than a UI-only bump.
  • Agent usage trending toward your fleet's ceiling is a signal to add agents (see Agents) before queuing starts slowing down CI feedback.