Open Bee

Documentation

Build with Open Bee

A multi-provider AI platform with a hosted chat surface, Visual Mode, Mission Control, and an open-source local agent runtime. Pick a path.

Getting started

  1. Sign up at openbee.ai/sign-up. You get a Hobby workspace with Bee Fast (Claude Haiku 4.5) for $2/month.
  2. Try chat at /w/<your-slug>/chat. Toggle Visual Mode for diagrams and charts.
  3. Queue a mission from Mission Control. Without a daemon, tasks run in demo mode (mock executor). With a daemon linked, they dispatch to your local open-bee CLI.

Choose your path

Concepts

Quick CLI reference

# Install (from a checkout of github.com/openbee/openbee)
pnpm install
pnpm --filter @openbee/agent-runtime build

# Link to your workspace
pnpm --filter @openbee/agent-runtime open-bee link \
  --workspace your-slug \
  --key obee_your_api_key

# Run the daemon
pnpm --filter @openbee/agent-runtime open-bee start

# Inspect status
pnpm --filter @openbee/agent-runtime open-bee status

Where to next