// mission control

Your whole fleet, at a glance.

The Wall is a mission-control dashboard that gathers everything already happening across Vanta into one read-only view — the agent roster, the task board, repo health, a live activity ticker, and fleet token throughput. Drop it on a second monitor in TV mode and watch the run unfold.

§ 01

Five live cards, one view

The Wall adds no new tracking — it aggregates stores that are already live, each card subscribed to its own source and refreshing as things change. Five of them tile a single grid built for a wide screen.

  • Agents — every agent across all your workspaces; the ones needing attention bubble to the top, each with its time-in-state.
  • Task Board — pending, in-progress, and done counts, urgent flags, and live Swarm progress when a run is active.
  • Repo Health — worktrees ahead of and behind main, dirty and orphaned trees, and disk used.
  • Live Activity — a rolling ticker of every agent tool call, newest first.
  • Tokens · fleet — token throughput per agent, summed across the fleet.
Note

Token counts only — never a dollar figure. The cost surface was deliberately removed; the Wall reports usage, not spend.

§ 02

Built to be watched

This is a read-only surface — nothing on it is a control. It’s tuned to sit on a second monitor: one shared clock drives every “time ago” readout, and a single poll keeps the worktree health fresh for the whole wall, so there are no per-card timers fighting for the main thread.

  • TV / full-screen mode covers the entire app shell; Esc drops back out.
  • Type scales up in TV mode so the wall reads from across the room.
  • One 1-second clock and one health poll feed every card.
  • Docked narrow? The grid stacks into a single scrolling column.
Note

TV mode is a CSS overlay, not OS full-screen — so it degrades gracefully to a maximised window on any host.

§ 03

Live activity, capped and calm

The ticker prepends each agent tool call as it happens — tagged with the agent, the tool, and a one-line summary. It is capped at the last 100 events, so a wall left running for hours never grows unbounded, and the newest-row motion honours reduced-motion preferences.

live activity
2s builder-7c5c Edit src/auth/session.ts
5s scout-2b Grep “rate limiter”
9s builder-3d2a Bash cargo test --workspace

Token throughput sits below it, summed across every live agent. Backends that report usage (like Claude Code) fill in exact counts; where a backend doesn’t, the agent shows a dash rather than a misleading zero.

// related

Stop supervising one agent.

Vanta Studio is launching soon. Join the waitlist and start directing a team.