Jazz provides a comprehensive command-line interface for creating and managing autonomous AI agents. The CLI is organized into logical command groups for agents, workflows, MCP servers, and configuration.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lvndry/jazz/llms.txt
Use this file to discover all available pages before exploring further.
Command structure
All Jazz commands follow this pattern:Global options
These options work with all commands:Enable verbose logging output
Enable debug level logging with detailed trace information
Path to a custom configuration file (default:
~/.jazz/jazz.config.json)Disable terminal UI and use plain terminal output (useful for CI/CD, scripts, or small terminals)
Output mode:
rendered, hybrid (default), raw (no formatting), or quiet (suppress output)Command groups
Agent commands
Create, manage, and chat with AI agents
Persona commands
Create and manage agent personas
Workflow commands
Run and schedule automated workflows
MCP commands
Manage Model Context Protocol servers
Config commands
View and modify configuration settings
Auth commands
Authenticate with external services
In-chat commands
Slash commands available during agent conversations
Quick start
Run Jazz without arguments to launch the interactive wizard:- Configure your first LLM provider
- Create your first agent
- Start chatting
Common workflows
Create and chat with an agent
Run a workflow
Add an MCP server
Output modes
Jazz supports multiple output modes for different use cases:- rendered (default in TTY): Rich terminal UI with colors and formatting
- hybrid: Mix of formatted and plain output
- raw: Plain text output, ideal for piping or CI/CD
- quiet: Suppress all output except errors
Environment variables
Set to
1 to disable terminal UI (same as --no-tui)Set output mode:
rendered, hybrid, raw, or quietVersion and help
Next steps
Agent commands
Learn about agent management
Workflow commands
Explore workflow automation