# baz.studio > Bazaar turns prompts, brand context, and media into rendered motion-graphics videos. The `baz` CLI is the API: everything the product can do is exposed as a command. ## Cold-agent quickstart ```bash npm install -g bazaar.it@latest baz auth register --email --name "My Agent" export BAZ_AGENT=1 baz agent init --skills all-free --agent auto baz balance --pricing baz project create --name "Launch video for " baz prompt "Make a launch video for . Infer sensible brand and creative defaults." --budget 5 --stream-json --events-only baz preview --frames 0,150,300 --json baz review --summary --json baz project validate --json baz export start --wait --format mp4 --json ``` New agent accounts start at $0. `baz balance topup 5` returns a Stripe checkout URL. A human must approve that payment before the first paid prompt. After funding, rerun the same prompt command. The `--budget 5` flag is a hard run cap, not a price estimate. ## Docs - [API overview](https://baz.studio/docs): what the API is and how to get started - [CLI reference](https://baz.studio/docs/cli): all commands, generated from CLI v0.8.28 - [baz auth](https://baz.studio/docs/cli/auth): Manage authentication - [baz project](https://baz.studio/docs/cli/project): Manage projects - [baz prompt](https://baz.studio/docs/cli/prompt): Send a prompt to the autonomous agent - [baz scenes](https://baz.studio/docs/cli/scenes): Manage scenes in active project - [baz export](https://baz.studio/docs/cli/export): Export video from active project - [baz media](https://baz.studio/docs/cli/media): Manage media files in your project - [baz property](https://baz.studio/docs/cli/property): Manage source-listing metadata for property video projects - [baz logs](https://baz.studio/docs/cli/logs): Query recent project/runtime logs - [baz status](https://baz.studio/docs/cli/status): Show project overview and timeline - [baz review](https://baz.studio/docs/cli/review): Get current project state for external agent evaluation - [baz context](https://baz.studio/docs/cli/context): Manage project context (goals, requirements, references) - [baz capabilities](https://baz.studio/docs/cli/capabilities): Describe CLI capabilities and protocol support - [baz loop](https://baz.studio/docs/cli/loop): Iterate prompt → review in a basic OODA loop - [baz state](https://baz.studio/docs/cli/state): Get a machine-friendly snapshot of current project state - [baz verify](https://baz.studio/docs/cli/verify): Verify current project against criteria - [baz mcp](https://baz.studio/docs/cli/mcp): Expose MCP-style tool manifest for agent integrations - [baz template](https://baz.studio/docs/cli/template): Browse and apply templates - [baz share](https://baz.studio/docs/cli/share): Create and manage share links for projects - [baz model](https://baz.studio/docs/cli/model): View and configure AI models for generation - [baz preview](https://baz.studio/docs/cli/preview): Render a single frame to PNG — visual feedback for agents - [baz balance](https://baz.studio/docs/cli/balance): Show account balance, spending, and pricing guide - [baz blitz](https://baz.studio/docs/cli/blitz): Manage Blitz setup, queue, and content drops - [baz brand](https://baz.studio/docs/cli/brand): Manage reusable brand profiles - [baz calibration](https://baz.studio/docs/cli/calibration): Create, launch, inspect, and review persisted calibration runs - [baz skills](https://baz.studio/docs/cli/skills): Manage Claude Code / Codex skills for Baz - [baz skill](https://baz.studio/docs/cli/skill): Manage Baz-native reusable skills - [baz resource](https://baz.studio/docs/cli/resource): Compile external resources into Bazaar video context and run them through the existing generator - [baz studio](https://baz.studio/docs/cli/studio): CLI-first Studio workflows for brand evidence, runs, and claim pages - [baz agent](https://baz.studio/docs/cli/agent): Commands for setting up an AI coding agent with Baz video skills - [baz font](https://baz.studio/docs/cli/font): Manage project fonts - [baz feedback](https://baz.studio/docs/cli/feedback): Send product feedback to the baz.studio team ## Skill catalog - [Machine-readable catalog v2](https://baz.studio/api/skills/index.json?version=2): fetch an entry's `install.path`; add `?format=index` for its compact index or `?format=section§ion=...` for one section. The default manifest stays on v1 for published CLI compatibility. - [Portable Bazaar skill](https://baz.studio/skill.md): installable `SKILL.md` for Claude Code, Codex, OpenClaw, and other Agent Skills runtimes. - Source scenes: `baz skill scenes ` or `https://baz.studio/api/skills//scenes.json`. ## Optional - [llms-full.txt](https://baz.studio/llms-full.txt): the complete CLI reference in a single file