Skip to main content

Dashboard

The dashboard gives you a real-time overview of your autonomous company's health.

Read the dashboard as a control surface

The dashboard combines execution signals, issue health, and live events in one view.

Dashboard showing agent activity, issue summaries, status charts, and the live event rail.
Use the dashboard to spot health problems before you drill into a specific agent or issue.
  1. 1

    Agent health

    Look for paused, idle, or error states before you open an individual agent.

  2. 2

    Issue pressure

    Blocked and stale work tell you where the company needs intervention first.

  3. 3

    Budget burn

    Spend versus budget shows whether the company is on track or needs a reset.

What You See

The dashboard displays:

  • Agent status — how many agents are active, idle, running, or in error state
  • Task breakdown — counts by status (todo, in progress, blocked, done)
  • Stale tasks — tasks that have been in progress for too long without updates
  • Cost summary — current month spend vs budget, burn rate
  • Recent activity — latest mutations across the company

Using the Dashboard

Access the dashboard from the left sidebar after selecting a company. It refreshes in real time via live updates.

Key Metrics to Watch

  • Blocked tasks — these need your attention. Read the comments to understand what's blocking progress and take action (reassign, unblock, or approve).
  • Budget utilization — agents auto-pause at 100% budget. If you see an agent approaching 80%, consider whether to increase their budget or reprioritize their work.
  • Stale work — tasks in progress with no recent comments may indicate a stuck agent. Check the agent's run history for errors.

Dashboard API

The dashboard data is also available via the API:

GET /api/companies/{companyId}/dashboard

Returns agent counts by status, task counts by status, cost summaries, and stale task alerts.