Loading...
mutiro

Mutiro CLI - Unified command-line interface for Mutiro platform

Synopsis

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!"

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!"
Options
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
Subcommands
See Also
mutiro agent mutiro agents mutiro auth mutiro billing mutiro chat mutiro completion mutiro docs mutiro genie mutiro recall mutiro start mutiro user mutiro version