Your admin must finish Admin Quickstart before developers can use Murmur.
CLI setup
CLI setup requires a GitHub account, thegh CLI (authenticated via gh auth login), and a Claude API key or Anthropic subscription.
Step 1: Install the CLI
Step 2: Navigate to your repository
cd into the repository where you want your Murmur agents to work.
Step 3: Set up
- Gathers your credentials (GitHub, Claude, optionally OpenAI)
- Generates an SSH signing key, and optionally uploads the public key to GitHub for verified commits
- Reads the shared
.murmur/murmur.yamlyour admin committed and bookmarks the same tenant and Workspace - Writes your encrypted personal profile to
.murmur/murmur.local.yaml(gitignored) - Registers the Murmur MCP with your coding agent (e.g. Claude Code)
Next steps
Spawn your first agent
Launch an agent from the dashboard, CLI, or your coding agent.
Core concepts
Agents, Workspaces, Pools, Flights, Events, and the rest of the model.
Flights
Orchestrate multiple agents with declarative Markdown DAGs.
CLI reference
All flags and options for
murmur spawn.