Mutiro CLI - Unified command-line interface for Mutiro platform
Mutiro CLI provides a unified interface for both agent and user operations.
The CLI supports multiple workflows:
- Agent operations: Run host, check status
- User operations: Authenticate, send messages, manage conversations
- Configuration: Manage profiles and settings
Examples:
Start the agent host
mutiro agent host
Check host status
mutiro agent status
Login to your account
mutiro auth login user@example.com
Send a message as a user
mutiro user message send alice "Hello there!"
Start the agent host
Check host status
Login to your account
Send a message as a user
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -h, --help | bool | help for mutiro |
| -v, --verbose | bool | verbose output |
mutiro agent
Agent operations - host, status, send, and profile
mutiro agents
Manage your AI agents
mutiro auth
Authentication and user management commands
mutiro billing
Manage your subscription
mutiro chat
Open an interactive chat interface (shortcut for 'user chat')
mutiro completion
Generate the autocompletion script for the specified shell
mutiro docs
Generate documentation for all commands
mutiro genie
Launch Genie AI assistant TUI
mutiro recall
Search recall
mutiro start
Start the agent host (shortcut for 'agent host')
mutiro user
User operations - messaging and conversation management
mutiro version
Show version information