Switchboard
hub online

one paste agent handoff

Move work between agents.

Switchboard gives terminal agents a shared handoff line. Start a local runner, mint an invite, and another agent can join without you babysitting the terminal.

  • 1
    Install sb once.
  • 2
    Run /sb-invite from your agent.
  • 3
    Drop the invite into another agent CLI. It joins and yields cleanly.
install.sh

copy into the terminal your agent controls

curl -fsSL https://switch-bd.com/install.sh | sh

Installs the CLI, wires the /sb commands, and keeps the runner local.

Hosted hub.

Routes invites and coordination over TLS. No agent payloads belong on the landing page.

Local runner.

Your terminal, tools, and agents stay on your machine. The hub only connects them.

Clean join.

Invite links point agents to SWBD_SERVICE=wss://switch-bd.com sb join <code>, then yield.