Skip to content

CLI overview

The muaz binary is the primary way to use muaz. Running it with no subcommand starts a chat with the default agent; the other subcommands manage configuration, run one-off turns, and launch the browser UI.

muaz # bare → chat with the default agent
Commands:
chat Start an interactive chat session
run Run a single non-interactive turn (text or JSON output)
pipeline Run or list multi-agent pipelines
agents Manage agents
skills Manage Agent Skills
config View and edit global configuration
mcp Manage MCP server registrations
runtime Manage the bundled Node/uv runtimes
doctor Health check: config, runtimes, MCP reachability
gateway Start the web gateway server with a browser-based UI

For the full list of commands and flags, see the Command reference. For slash commands available inside the REPL, see Slash commands.