baz.studio API

baz context

Manage project context (goals, requirements, references)

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

baz context add

Add context to the current project

baz context add [options] [content]
OptionDescription
--label <label>Label for this context (e.g., "goal", "requirement", "brand")
--file <path>Upload a file as context (PDF, image, video)
--type <type>Content type: text, url, file, image, video
-h, --helpdisplay help for command

baz context list

List all context for the current project

baz context list [options]
OptionDescription
--label <label>Filter by label
-h, --helpdisplay help for command

baz context remove

Remove a specific context entry

baz context remove [options] <id>
OptionDescription
-h, --helpdisplay help for command

baz context clear

Clear all context for the current project

baz context clear [options]
OptionDescription
--label <label>Only clear context with this label
-h, --helpdisplay help for command

baz context generate

Generate a reusable skill from the current project

baz context generate [options]
OptionDescription
--prompt <text>Focus extraction on specific aspects (e.g. "the warm palette and animation style")
--output <path>Write the generated preset markdown to a file
--activateSave the generated markdown as the project's latest preset context
--applyAlias for --activate
-h, --helpdisplay help for command

baz context show

Show all context for the current project (alias for list)

baz context show [options]
OptionDescription
--label <label>Filter by label
-h, --helpdisplay help for command