Skip to content

Murmur Cloud

Murmur Cloud is the backend behind patch generation, licensing/entitlement, and your saved library. It’s a small set of purpose-built services rather than one monolith: a public API (Go), an AI/intelligence worker (Python), and an audio-processing worker (Rust), fronted by the website (Next.js).

Internal service topology and on-call ownership are documented in Atlas, Murmur’s internal engineering knowledge base (not public).

  • The public APIPOST /api/v1/..., Bearer or session-cookie authenticated. See API reference.
  • Patch generation — routes prompts to the intelligence worker and returns a validated patch. See Understanding Patch Generation.