Skip to main content
Murmur is a cloud platform for running autonomous AI coding agents. Connect your GitHub org, spawn agents that clone repos, write code, and open pull requests, all on managed infrastructure. A single interactive session can spawn, monitor, and coordinate sub-agents recursively.

Get started

Admin quickstart

Set up your team’s Workspace.

Developer quickstart

Install the CLI and join your team’s Workspace.

How it works

1

Connect your GitHub org

Install the Macroscope GitHub App on your organization. This one-time setup creates your tenant and scopes all Murmur resources to your org.See Admin Quickstart.
2

Set up your credentials

Each developer runs murmur setup once. It encrypts your GitHub token, Claude API key, and SSH signing key into a profile that only agent VMs can decrypt.See Developer Quickstart.
3

Spawn an agent

Spawn an agent from your dashboard, CLI, or coding agent (e.g. Claude). The agent boots on a managed VM and starts running immediately.See Spawn Your First Agent.
4

Customize your Workspace

Run murmur init to customize your Workspace according to your needs. The wizard bakes a custom Image with your toolchain and links the repos your agents should clone onto every VM.See Customize your Workspace.
5

Onboard your team

Share the Developer Quickstart with your team. Each developer runs murmur setup in the cloned repo to add their own encrypted credentials, and can immediately spawn agents into your shared Workspace.See Developer Quickstart.

Core capabilities

Agents

Autonomous Claude Code sessions on managed VMs. Interactive or headless. Recursive spawning.

Flights

Declarative Markdown documents defining DAGs of agent tasks with dependencies and fanout.

Events

Real-time delivery of PR comments, reviews, and CI results to running agents.

Explore further

Core concepts

Agents, Workspaces, Pools, Flights, Events, and the rest of the model.

Dashboard

Real-time agent tree, session streaming, file browser, and pool monitoring.

CLI reference

Complete reference for every murmur command.

MCP server

Tools your coding agent uses to spawn, monitor, and coordinate Murmur agents.

Security

Zero secrets on disk. KMS-encrypted profiles. Per-VM ephemeral keys. Tenant isolation.

Guides

How-to walkthroughs for orchestration, custom Images, customer placements, and more.