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

# Dashboard Overview

> Local operational dashboard for sessions, workers, and runtime health

The Super Turtle dashboard is a local operational UI exposed by the bot at `/dashboard`.
It is designed for operator visibility, not as a public product surface.

## What It Shows

* Driver/session state (active driver, saved sessions, recent turns)
* SubTurtle race lanes with lifecycle + backlog progress
* Current jobs and scheduled cron jobs
* Deferred queue pressure (queued voice/text work)
* Conductor snapshot (`workers`, `wakeups`, `inbox`)

## Screenshot

<img src="https://mintcdn.com/superturtle/Te3jHhD18Wubue-Z/assets/dashboard-overview.png?fit=max&auto=format&n=Te3jHhD18Wubue-Z&q=85&s=1fc9b69a6c05484d35c6b8b3b7ebf551" alt="Super Turtle dashboard overview" width="2824" height="1514" data-path="assets/dashboard-overview.png" />

## Local-Only Model

By default, the dashboard binds to `127.0.0.1` and is intended for the same machine where the bot runs.
If you expose it through a tunnel or reverse proxy, set `DASHBOARD_AUTH_TOKEN` and treat it as sensitive operational access.

## Main Endpoints

* `/dashboard` — HTML dashboard view
* `/api/dashboard/overview` — aggregate dashboard payload
* `/api/dashboard` — raw dashboard state
* `/api/conductor` — conductor state snapshot
* `/api/queue` — deferred queue state
* `/api/cron` — scheduled cron jobs
* `/api/jobs/current` — currently active jobs

## Related

* [Conductor Panel + API](/dashboard/conductor)
* [Environment Variables](/config/environment-variables)
