Mutiro Manual
Start here
- What is Mutiro — how the platform works, key concepts, who it's for
- Getting Started — sign up and create your first agent
- Connecting to Your Agent — web, mobile, desktop, terminal, CLI
- Features — what's available on each client, feature matrix
- Tiers and Limits — current free-tier limits and how to request more
- Sharing and Security — allowlist, workspace isolation, threat model
- Troubleshooting — common issues and fixes
Guides
Step-by-step walkthroughs and worked examples — read these alongside the reference docs above.
- Web quickstart — illustrated, no install: sign up and create your first hosted agent in the browser
- CLI quickstart — the same path through
mutirocommands - Self-hosted quickstart — run the agent daemon yourself
- Build AI tutors for your English teaching practice — long-form worked example for specialists deploying agents to clients (the same shape applies to therapists, coaches, doctors, fitness trainers)
- Create a self-hosted agent with an AI assistant — copy-paste prompt for Claude, Cursor, Windsurf, etc. that walks you through the full setup interactively
Self-hosted agents
For owners who want to run the agent daemon themselves — configure Genie, choose tools, own the runtime:
- Self-Hosted overview — when self-hosting makes sense, what's in this section
- Runtime Modes — Mutiro-hosted, self-hosted with Genie, and brain swap
- Configuration —
.mutiro-agent.yamlreference - Swap the Brain — replace Genie with your own stdio bridge process
Developer docs
References for anyone driving Mutiro from code or the terminal:
- CLI reference — every
mutirocommand and flag - Agent daemon — what the host process does at runtime, message flow, history limits
- pi-brain — minimum viable brain over the stdio bridge (start here when learning the protocol)
- openclaw-brain — external brain implementation over the stdio bridge
- claude-agent-brain — Anthropic Claude Code agent over the bridge