LiveBridge

Docs

Quickstart, troubleshooting, and reference for LiveBridge.

1. Quickstart (Standard tier — cloud agents)

  1. Subscribe on the pricing page. Standard tier ships in private build — join the waitlist there.
  2. Wait ~90 seconds after checkout while we boot your dedicated VPS in DigitalOcean. We email you when it’s ready.
  3. Open your landing page at https://app.<your-slug>.livebridge.cloud — we send the URL by email.
  4. Open the agent dashboard from the landing page (one click). Authenticate with the gateway token shown on the landing page.
  5. Paste an LLM API key — Anthropic, OpenAI, or Gemini. The key lives on your VPS’s encrypted disk; we never see it.
  6. Create an agent: name it, describe its job in plain English, pick a schedule (cron-style or event-driven), tick the tools it can use, and save.
  7. Watch it run on the agent dashboard’s Logs view.

2. Quickstart (Developer tier — with Mac connector)

  1. Everything in Standard quickstart.
  2. Generate a pairing token on your agent dashboard: ConnectorsAdd Mac.
  3. Install the Mac daemon on the Mac you want connected:

    curl -fsSL https://livebridge.cloud/install.sh | bash -s -- --token <PAIRING_TOKEN>

  4. Grant Privacy permissions on the Mac when prompted: Screen Recording, Accessibility (only what the daemon needs).
  5. Your cloud agents can now invoke mac.run, mac.screenshot, mac.files, and mac.claude_code tools.

3. Connect Claude.ai

Each customer’s VPS exposes its own MCP endpoint. To wire Claude.ai into your agents:

  1. In claude.ai: Settings → Connectors → Add custom connector.
  2. URL: https://mcp.<your-slug>.livebridge.cloud/mcp (your landing page shows the exact URL).
  3. Authorize with the connector token shown on your dashboard.

Now from any claude.ai chat you can invoke your agents’ tools and read their memory.

4. Tools available to your agents

Always available (Standard tier)

Added on Developer tier

5. Memory

Each agent has a workspace at /home/node/.openclaw/workspace with two key files:

Tools memory_search and memory_get let the agent find context across thousands of past entries.

6. Billing

7. Security

8. Troubleshooting

My VPS isn’t healthy

Open your landing page and check the Agent dashboard link. If the page fails to load or the agent dashboard returns errors, email us with your slug — we’ll inspect your droplet and restart any failed containers.

My agent is stuck

On the agent dashboard, open the agent’s Logs view. Most stuck states are LLM rate-limits or invalid API keys; the logs will say which. Update the key and re-trigger.

I want to bring my own domain

Not supported in private build. After GA you’ll be able to point a CNAME at your relay subdomain.