Browse documentation
CLI

CLI command reference

Commands are thin, scriptable wrappers around the TrueCut MCP tools.

Commands

CommandPurpose
truecut auth login|status|logoutManage OAuth connection
truecut tools listPrint available MCP tools
truecut account statusCheck identity, plan, and credits
truecut models list [--type TYPE]Browse models
truecut workflows listBrowse task workflows
truecut presets list [--type TYPE]Browse presets
truecut voices listBrowse voices
truecut media upload FILEUpload a local reference with Bearer authentication
truecut generate image|video|speech --json JSONSubmit a generation
truecut photoshoot --json JSONRun product photoshoot
truecut marketing-video --json JSONCreate a marketing video
truecut generation get|list|cancelManage asynchronous jobs
truecut tool call NAME --json JSONCall 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.