Quick Start

Get OpenAgents up and running in 5 minutes.

Prerequisites

  • Node.js 18+ installed
  • At least one supported AI coding agent installed (e.g., Claude Code)
  • A modern web browser

Step 1: Sign Up

Visit openagents.top and create a free account.

Step 2: Install the Bridge

The Bridge is a small CLI that connects your machine to the OpenAgents dashboard.

npm install -g @binoctal/open-agents-bridge

Verify it works:

open-agents-bridge --version

Step 3: Pair Your Device

open-agents-bridge pair -d my-laptop

A browser window opens for authentication. After you log in, your device is linked to your account.

Step 4: Start the Bridge

open-agents-bridge start -d my-laptop

You should see:

Bridge started.
Connected to wss://api.openagents.top
Device: my-laptop
Status: online

Step 5: Open the Dashboard

Go to openagents.top/dashboard. You’ll see your device listed as online. When you run an AI coding agent, its session appears here automatically.

What’s Next?