docs / getting started

Getting started.

Two steps are required: create the workspace, get connected. Everything else (inviting your team, GitHub, your own model key, seeding where enabled) is optional and can happen later, in any order.

1 · Create your workspace

Sign in at app.balladeer.ai; the wizard walks you through it. Connecting GitHub lets merged PRs check off decisions automatically (it is never used to invent decisions): the connection is a read-only GitHub App that cannot read your code (its permissions cover pull requests, issues, and membership, never repository contents), and you choose which repositories it can see on GitHub's install screen. If your repositories live in an organization, pick the organization in GitHub's account chooser there; it lists your personal account first. After connecting, the card shows which account the installation landed on and how many repositories it can see, and warns if it can see none. Where it is enabled for your workspace, seeding gives the memory a head start from docs you choose.

2 · Get connected (terminal)

Paste one line into your coding agent (Claude Code, Cursor, or Codex). It installs the client, guides you through approving this machine, installs its Balladeer guidance, and then pauses for the connector sign-in only you can complete:

Read https://get.balladeer.ai/agent and follow it to set up Balladeer on this machine.

3 · Or run it yourself

$ f=$(mktemp) && curl -fsSL https://get.balladeer.ai/install.sh -o "$f" && sh "$f" $ balladeer login # approve in your browser; no token to copy

Then wire your agents. balladeer setup is the one command that does it: it lists the coding agents it finds on this machine, you pick the ones you use, and it runs each one's setup for you. A fresh install at an interactive terminal offers it by itself. Or wire them one at a time:

Or: Claude & ChatGPT, no install

Chat teammates skip the terminal install and pairing entirely:

What to ask once you're connected: Claude & ChatGPT.

4 · Check it works

Pairing and configuration are useful diagnostics, but neither proves your agent can reach Balladeer. Setup is complete only after a real Balladeer tool call succeeds.

Inviting your team

Each invitee gets an email and lands on a two-step setup of their own. Members join your workspace; they never create one.

Verified from live product as of 4 Aug 2026.