MutagenT CLI
The MutagenT CLI (mutagent) is the primary developer interface for the MutagenT platform. It provides full access to prompt management, tracing, evaluations, and optimization - all from your terminal.
Why CLI First?
AI Agent Integration
Designed for Claude Code and other AI assistants. The
mutagent integrate command generates framework-specific SDK integration code.Progressive Disclosure
Every command supports
--help for detailed usage. AI agents can discover capabilities incrementally.JSON Output
All commands support
--json for machine-readable output, perfect for automation and AI parsing.CI/CD Ready
Non-interactive authentication and scriptable commands for pipeline integration.
Command Structure
Top-Level Commands
| Command | Description |
|---|---|
mutagent auth | Authentication management (login, logout, status) |
mutagent config | Configuration management |
mutagent prompts | Prompt CRUD, datasets, evaluations, optimization |
mutagent traces | Trace viewing and analysis |
mutagent integrate | Generate framework integration code |
Global Options
| Option | Description |
|---|---|
--json | Output results as JSON (for AI agents and automation) |
--api-key <key> | Override API key for this command |
--endpoint <url> | Override API endpoint |
--help | Show help for any command |
--version | Show CLI version |