CLI
CLI command reference
Commands are thin, scriptable wrappers around the TrueCut MCP tools.
Commands
| Command | Purpose |
|---|---|
| truecut auth login|status|logout | Manage OAuth connection |
| truecut tools list | Print available MCP tools |
| truecut account status | Check identity, plan, and credits |
| truecut models list [--type TYPE] | Browse models |
| truecut workflows list | Browse task workflows |
| truecut presets list [--type TYPE] | Browse presets |
| truecut voices list | Browse voices |
| truecut media upload FILE | Upload a local reference with Bearer authentication |
| truecut generate image|video|speech --json JSON | Submit a generation |
| truecut photoshoot --json JSON | Run product photoshoot |
| truecut marketing-video --json JSON | Create a marketing video |
| truecut generation get|list|cancel | Manage asynchronous jobs |
| truecut tool call NAME --json JSON | Call any exposed tool |
Output
Output is JSON by default so coding agents and shell scripts can parse it. Add --compact to emit a single line. Errors use a non-zero exit code and are written to stderr.