Documentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
The Macroscope app must be installed on your workspace before an admin sets up Murmur. Go to app.macroscope.com to link your workspace and setup Macroscope.
Initial admin setup (one-time only)
- Log in via GitHub at cloud.murmur.dev
- Go to Organization Settings and setup your Workspace:
- First create a Recipe. Copy the provided LLM prompt into your agent and then paste the resulting script into the Provisioning Script field.
- Create a Bake. Select the Recipe you created. This will create an Image.
- Create a Workspace. Link your repo(s) and select your Image.
- Set up a Service Profile (optional, recommended)
CLI Setup
Once initial admin setup is complete, follow steps below to setup Murmur locally. Requires a GitHub account,gh CLI, and a Claude API key or Anthropic subscription.
Step 1: Install the CLI
Step 2: Setup your credentials
.murmur/murmur.yaml .
Next steps
Developer Quickstart
Set up Murmur CLI/MCP and spawn your first agent.
Core Concepts
Understand the architecture, agent lifecycle, and tenant model.