> For the complete documentation index, see [llms.txt](https://docs.miuro.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miuro.ai/miuro-claw/miuro-claw-an-end-to-end-private-music-studio-powered-by-ai-agents.md).

# Miuro Claw: An end-to-end private music studio powered by AI Agents

**Miuro Claw** is a personalized AI music creation Agent built for you.

Unlike one-time generation tools, it is a conversational music studio that maintains long-term memory, understands your creative intent, remembers your taste, and can autonomously orchestrate the entire creative process — from initial idea to final production. It can run across multiple environments: in the cloud, on your personal hardware device, or through smart speakers at home.

Rather than being just another cloud-based generation tool, Miuro Claw positions the AI Agent as the central conductor. By combining local edge computing with powerful cloud models, it creates a true closed-loop music production system that belongs to the creator.

#### Product Beliefs

Miuro Claw is built on three core beliefs. These principles directly address the key limitations of today’s mainstream AI music tools, represented by Suno and Udio.

| Belief                               | Suno / Udio’s Current State                                                                                                                                                                                            | Miuro Claw’s Approach                                                                                                                                                                                     | Key Difference                                                             |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| **Agent, Not a Tool**                | A single-use generation tool: users input a prompt → generate → download. Each creation is independent, the tool doesn’t remember you, and the interaction ends once the song is generated.                            | A conversational **Agent** with long-term memory. It understands intent, remembers your musical taste, and autonomously orchestrates the full creative workflow from concept to finished track.           | Upgrades from a “one-time tool” to a “continuous creative partner”         |
| **Ownership, Not Rental**            | Provides only commercial usage rights (license). The platform retains nominal authorship. Pure AI-generated works are difficult to register for copyright in the U.S., meaning users do not truly own their creations. | Supports hardware ownership + cryptographic provenance + on-chain ownership records + soft DRM, enabling creators to truly own their work and prove ownership.                                            | Shifts from “platform-granted license” to “user-owned assets”              |
| **From Cloud to Edge, Programmable** | A closed cloud-only product with no official public API. The ecosystem relies on unofficial third-party wrappers, creating legal and stability risks.                                                                  | Runs on a unified system that supports cloud (light runtime), on-device (heavy runtime), and voice interfaces (smart speakers), while exposing capabilities through **API + MCP + Skill** for developers. | Evolves from a “closed cloud tool” to a “programmable multi-form platform” |

#### Three Operating Forms

Miuro Claw is available in three different forms. Regardless of which one you use, your account, credits, long-term memory, and creative capabilities are all powered by the same unified backend system.

| Form                     | Environment       | Key Characteristics                                                 | Best For                                 | Status                 |
| ------------------------ | ----------------- | ------------------------------------------------------------------- | ---------------------------------------- | ---------------------- |
| **Cloud Claw**           | Cloud             | Zero friction, instant response, ready to use immediately           | All users                                | ✅ Live                 |
| **On-device Claw**       | MiuroBox Hardware | Private data, offline support, full creative workflow orchestration | Serious creators & privacy-focused users | 🚧 Core pipeline live  |
| **Speaker / Micro-Claw** | Smart Speaker     | Voice-activated, speak to create                                    | Home and living room use                 | 🚧 Basic features live |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.miuro.ai/miuro-claw/miuro-claw-an-end-to-end-private-music-studio-powered-by-ai-agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
