Skip to content

Quickstart for end users

If your team or organization already runs a Confabulous instance — or you’re using the managed instance at confabulous.dev — this is the only page you need.

Setting up the instance itself is a separate job; see the Quickstart for admins if you’re the one running it.

Open your team’s Confabulous URL in a browser and sign in. The URL depends on how your team has Confabulous set up:

  • Managed instance: confabulous.dev
  • Self-hosted instance: ask your admin — typically something like https://confab.your-company.com
Terminal window
curl -fsSL https://raw.githubusercontent.com/ConfabulousDev/confab/main/install.sh | bash

Run confab setup and pass the same backend URL you used to sign in:

Terminal window
confab setup --backend-url https://confabulous.dev

Or for a self-hosted instance:

Terminal window
confab setup --backend-url https://confab.your-company.com

The setup flow opens a browser tab to authorize the CLI against your account, then stores an API token in ~/.confab/ and installs sync hooks plus the /til and /retro skills for every supported provider CLI (claude, codex) detected on your PATH.

Start any Claude Code or Codex session. The CLI streams transcripts to your backend in real time — open your dashboard and you’ll see the session appear and update live as you work.

  • First sync — what to expect on your first uploads.
  • CLI overview — subcommands, config, and troubleshooting.
  • Concepts — sessions, providers, TILs, recaps.