Agent commands let you create, configure, and interact with autonomous AI agents.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.
jazz agent create
Create a new agent interactively.- Agent type selection: Choose predefined agent types (coder, researcher) or custom
- LLM provider: Select from 15+ supported providers
- Model selection: Pick the right model for your use case
- Tool selection: Choose which capabilities to enable
- Name and description: Give your agent an identity
jazz agent list
List all configured agents.Show additional details including tool lists
- Agent name and description
- LLM provider and model
- Persona type
- Reasoning effort level
- Creation and update timestamps
- Agent ID
jazz agent show
View detailed information about a specific agent.Agent ID or name to display
- Model and provider details
- Persona configuration
- Enabled tools
- Metadata (created, updated)
- Full agent ID
jazz agent edit
Edit an existing agent’s configuration.Agent ID or name to edit
- Name and description
- LLM provider and model
- Tool selection
- Persona
- Reasoning effort
jazz agent delete
Delete an agent permanently.Agent ID or name to delete
jazz agent chat
Start an interactive chat session with an agent.Agent ID or name to chat with
Force streaming mode for real-time output
Disable streaming mode
/tools, /model, /help, etc.
Examples
Create a code review agent
List all agents with verbose output
Chat with an agent by name
View agent details
Delete an agent
Tips
Next steps
In-chat commands
Learn about slash commands during chat
Creating agents
Detailed guide to agent creation