Relay Dashboard

Operate an Agent Relay workspace from a visual dashboard UI for messaging, spawning agents, and monitoring live status across your multi-agent system.

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.