Stats cards
Four cards at the top of the Dashboard summarize your workspace at a glance.| Card | What it shows |
|---|---|
| Total Sessions | The total number of sessions ever created in your workspace, regardless of status. |
| Completed | Sessions that have finished processing and have a ready-to-use prompt. |
| Avg Processing | The mean time (in seconds) Claude Scope took to process a session across your workspace. |
| Total Duration | The combined recording length of all your sessions. |
Stats are fetched once when the Dashboard loads. Refresh the page to see updated counts if a session is currently being processed.
Quick action cards
Below the stats, three cards let you jump to common tasks without navigating the sidebar.Record
Opens the new recording flow. Use this to start capturing a browser tab immediately.
Sessions
Takes you to the full sessions list where you can search, filter, and open any past recording.
Settings
Opens workspace settings where you can configure your default agent target, API key, and output options.
Recent sessions list
Directly below the quick actions, the Dashboard shows your five most recent sessions. Each row displays:- Title — the name you gave the recording (or the auto-generated title)
- Duration — how long the recording ran
- Frame count — the number of extracted UI state frames
- Timestamp — when the session was created
- Status badge — the current processing state of the session
Session statuses
Every session carries one of three statuses, shown as a badge on the row.| Status | Meaning |
|---|---|
processing | Analysis is still running. The vision and Playwright lanes are working in the background. |
complete | Processing finished and your prompt is ready to copy. |
error | Something went wrong during processing. See Troubleshooting for next steps. |
The Dashboard does not poll for status changes automatically. If a session shows
processing, refresh the page or open the session detail page — the detail view polls the /api/sessions/:id/status endpoint to reflect real-time progress.