Open Bee
Get started

Documentation

Build with Open Bee

A prompting-agent platform: author prompts, build multi-step agents on Claude / OpenAI / Gemini, and call them from your own systems via a public API and n8n. Pick a path.

Getting started

  1. Sign up at openbee.ai/sign-up and configure an AI provider key (or BYOK) in Settings β†’ BYOK.
  2. Build an agent in /w/<your-slug>/agents β€” write a prompt template with {{variables}}, pick a model + thinking level, test it, then publish. (Author reusable prompts first in Prompt Studio.)
  3. Call it from your systems: create an API key in Settings β†’ API clients, then POST /api/v1/agents/<id>/run with a Bearer token and your inputs β€” or wire it into n8n.

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

Docs Β· Open Bee AI