For Agents¶
Reference for AI agents installing, maintaining, or extending ClawMux. If you're a human, see the human guide.
Entry Points¶
Start here depending on what you're working on:
| Role | Document | Description |
|---|---|---|
| iOS Dev | iOS Development | Building the native iOS app. What to read, what to implement, what files to watch |
| Web Dev | Web Development | Building browser features. What docs to keep updated, conventions, testing |
Reference¶
| Document | Description |
|---|---|
| Agent Reference | System requirements, installation, file map, core flows, config, debugging |
| Hub Architecture | How the hub works, components, session lifecycle, slash commands |
| WebSocket Protocol | Complete message reference for browser and MCP clients |
| UI Behavior | Every state, button, toggle, and audio behavior in the browser UI |
| Configuration | Environment variables and config options |
| Architecture (Legacy) | Single-session mode architecture (pre-hub) |