baz.studio API

baz calibration

Create, launch, inspect, and review persisted calibration runs

baz calibration [options] [command]
OptionDescription
-h, --helpdisplay help for command

baz calibration create

Create a persisted calibration run from JSON matrix input

baz calibration create [options]
OptionDescription
--file <path>Read calibration JSON from a file
--stdin-jsonRead calibration JSON from stdin
--launchLaunch all created variants immediately
--mode <mode>Generation mode for --launch (agent or agent-max) Default: agent-max.
--concurrency <number>Parallel variant launches Default: 1.
--budget <usd>Per-variant budget cap in USD
--exportAutomatically export the project after successful generation
--export-quality <quality>Export quality when using --export: low, medium, high Default: high.
--export-format <format>Export format when using --export: mp4, webm, gif Default: mp4.
--export-timeout <seconds>Fail if auto-export takes longer than this Default: 600.
-h, --helpdisplay help for command

baz calibration launch

Launch pending variants for an existing calibration run

baz calibration launch [options] <runId>
OptionDescription
--mode <mode>Generation mode (agent or agent-max) Default: agent-max.
--concurrency <number>Parallel variant launches Default: 1.
--budget <usd>Per-variant budget cap in USD
--allLaunch all variants, including already completed ones
--only <keys>Comma-separated variant keys to launch
--exportAutomatically export the project after successful generation
--export-quality <quality>Export quality when using --export: low, medium, high Default: high.
--export-format <format>Export format when using --export: mp4, webm, gif Default: mp4.
--export-timeout <seconds>Fail if auto-export takes longer than this Default: 600.
-h, --helpdisplay help for command

baz calibration list

List recent calibration runs

baz calibration list [options]
OptionDescription
-h, --helpdisplay help for command

baz calibration show

Show a calibration run with variant status, scores, and project links

baz calibration show [options] <runId>
OptionDescription
-h, --helpdisplay help for command

baz calibration review

Save operator review feedback for a calibration variant

baz calibration review [options] <variantId>
OptionDescription
--score <number>Overall score from 0 to 10
--clear-scoreClear the saved score
--notes <text>Review notes
--notes-file <path>Read review notes from a file
--winnerMark this variant as the winner for the run
--clear-winnerClear winner state for this variant
--failure-tags <tags>Comma-separated failure tags
--clear-failure-tagsClear saved failure tags
-h, --helpdisplay help for command