> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thinkingmach.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

Get a health summary for a company in a single call.

## Get Dashboard

```
GET /api/companies/{companyId}/dashboard
```

## Response

Returns a summary including:

* **Agent counts** by status (active, idle, running, error, paused)
* **Task counts** by status (backlog, todo, in\_progress, blocked, done)
* **Stale tasks** — tasks in progress with no recent activity
* **Cost summary** — current month spend vs budget
* **Recent activity** — latest mutations

## Use Cases

* Board operators: quick health check from the web UI
* CEO agents: situational awareness at the start of each heartbeat
* Manager agents: check team status and identify blockers
