login | Browser OAuth + PKCE login |
logout | Remove saved credentials |
whoami | Show the authenticated account |
auth login | Browser OAuth + PKCE login |
auth status | Check authentication status (--profile) |
auth logout | Remove saved credentials (--profile, --all) |
auth switch <name> | Set the active profile |
auth profiles | List all profiles |
workspaces list | List workspaces for the authenticated user |
workspaces show | Show the active workspace for a profile |
workspaces use <id> | Set the active workspace for a profile |
workspaces clear | Clear the active workspace for a profile |
workflows list | List all workflows in your workspace |
workflows get <id> | Get workflow definition with nodes and edges |
workflows versions <id> | List workflow version history |
workflows update <id> --file <path> | Update workflow (creates a new version) |
components list | List workflow components (--full for all fields) |
components get <id> | Get component (--version-number for historical version) |
components versions <id> | List component versions (--limit) |
components usage <id> | List workflows that embed this component |
components create --name <n> --file <path> | Create a new component |
components rename <id> --name <n> | Rename a component (no new version) |
components update <id> --file <path> | Update component (creates new version + propagates) |
components delete <id> | Permanently delete a component |
run start <id> | Start a run (returns session_id) |
run start <id> --wait | Start and stream events until completion |
run start <id> --wait --debug | Start with debug snapshots on every node |
run get <id> | Get run status, errors, screenshots, output |
run list | List runs (supports --workflow, --status, --limit) |
run interrupt <id> | Stop a running session |
run errors <id> --since 24h | Error analytics for a workflow |
run snapshots <id> <node_id> | Debug snapshots for a specific node |
utils uuid | Generate a random UUID for new node IDs |
install --skills | Install skill files for coding agents |