The Murmur dashboard is a web UI for managing your agent fleet. Use it to monitor running agents, steer ongoing work, spawn new agents, and review the artifacts agents have produced — pull requests, commits, uploaded files, and more.Documentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.

Signing in
- Navigate to cloud.murmur.dev.
- Click Sign in with GitHub.
- Authorize the Macroscope GitHub App if prompted.
- You are redirected to the dashboard, scoped to your organization’s tenant.
If you cannot sign in, verify that the Macroscope GitHub App is installed on your GitHub organization and that your account is an org member. See Troubleshooting for common sign-in issues.
Agent tree
The main view shows a real-time hierarchy of all agents in your workspace. Each agent displays its slug, phase, cost, and task progress. Parent-child relationships are shown as nested tree nodes, so you can see the full orchestration at a glance. Agents are color-coded by phase:| Phase | Meaning |
|---|---|
| Provisioning (yellow) | VM is starting |
| Running (green) | Agent is actively working |
| Idle (blue) | Agent is waiting for events |
| Task-complete (purple) | Agent finished its work |
| Failed (red) | Agent hit a fatal error |
| Killed (gray) | Manually terminated |
Agent detail
Click any agent to see its detail view:- Status — current phase, model, duration, and cost
- Pull requests — links to PRs the agent opened, with CI check status
- Task checklist — real-time task progress with dependencies
- Timeline — chronological feed of phase changes, commits, pushes, CI results, and follow-ups
- Telemetry — token usage, cost breakdown, and cache hit rate