There are three ways to spawn a Murmur agent. Pick whichever fits where you are right now. For consistency, every example below asks the agent to do the same thing: create aDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
hello.txt file that says “hi” and open a PR.
From the dashboard
- Go to cloud.murmur.dev.
- Click the + icon to create a new agent.
-
Enter a task slug (a short, unique name used in URLs and logs):
my-first-task. -
Type your prompt under What should this agent do?:
Create a file called
hello.txtthat says “hi” and open a PR. -
Pick your options along the bottom:
- Workspace: which Workspace the agent runs in
- Persona: which Agent Persona (e.g.
programmer) - Mode: Autonomous
- Click Spawn.
From the CLI
murmur spawn for every flag.
From your coding agent (via the Director)
The Director is an interactive Claude session for managing a fleet of agents. Launch it from any terminal:
spawn a Murmur agent to create a file called hello.txt that says “hi” and open a PR
After you spawn
The agent appears in the left sidebar of your dashboard. Click into it to see the live transcript, the running VM, follow-up controls, and any PRs it produces. Check status from the CLI:what’s the status of my agents?
Next steps
Core concepts
Agents, Workspaces, Pools, Flights, Events, and the rest of the model.
Coordinate multiple agents
Spawn children, fan tasks out across many items, or run a Flight.