Browse documentation
CLI

CLI command reference

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

Commands

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