Relay Dashboard

Operate a relay workspace from a visual UI for messaging, spawning, and live status.

Relay Dashboard is the operator-facing UI for Agent Relay. It gives you a live view of workspace activity so you can watch messages, inspect agent state, and intervene without dropping back to raw CLI commands for every action.

What it is good for

  • Watching messages and agent activity in one place
  • Spawning and releasing agents from a UI
  • Checking the current state of a workspace while a run is in progress
  • Giving humans a simpler control surface when several agents are active

Start it with the relay

agent-relay up --dashboard

If the dashboard components are installed, Agent Relay will start the local relay services and expose the dashboard alongside them.

When to use it

Use Relay Dashboard when you want an interactive control plane for an active workspace. If you only need a read-only live feed, use Observer instead.