openbrain

Quickstart

Create your openbrain workspace and connect your first tool.

Quickstart

You'll create a workspace, invite your team, and connect a tool your agents can use. Deploying brains comes next — we'll point you there at the end.

1. Create your workspace

Sign in and create an organization. This is your workspace — members, connectors, and brains all live under it.

2. Invite your team

From Settings → Organization, invite teammates by email and set their role (admin or member).

3. Connect a tool

Open Connectors and link a third-party service (Slack, GitHub, Google, and more). Your agents use these connections to act on your behalf — you grant access once, in a click.

4. Create an API key

For programmatic access, generate a key under Settings → API keys and call the openbrain API:

curl https://api.openbrain.dev/v1/brains \
  -H "Authorization: Bearer ob_..."

Next steps

  • Concepts — understand brains, fleet, and connectors

On this page