> ## Documentation Index
> Fetch the complete documentation index at: https://docs.breezeblue.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Breeze CLI reference

> Breeze CLI command overview for audio generation, auth, config, updates, Video Lab automation, and agent scripting.

This is the command map for Breeze CLI. Start with the [CLI overview](/cli) for the install-to-audio workflow.

## Command families

Run `breeze --help` for the complete local command list and `breeze <command> --help` for flags on any command.

```bash theme={null}
breeze tts
breeze voice
breeze history
breeze jobs
breeze curl
breeze config
breeze login
breeze diagnostics
breeze video
breeze skills
breeze update
```

## Agent mode

`--agent` bundles JSON output, quiet status, no prompts, and no audio autoplay. Use it for Codex, Claude Code, CI, and shell scripts.

```bash theme={null}
breeze voice list --agent
breeze tts "Hello from Breeze" -o hello.wav --agent
```

## Reference pages

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/cli/quickstart">
    Install Breeze CLI, authorize your local device, and generate audio.
  </Card>

  <Card title="Text to speech" icon="mic" href="/cli/reference/tts">
    Generate, play, save, and script audio from the terminal.
  </Card>

  <Card title="Login and auth" icon="key-round" href="/cli/reference/auth">
    Manage browser login, local credentials, profiles, and stdin key entry.
  </Card>

  <Card title="Config and update" icon="settings" href="/cli/reference/config-update">
    Configure base URLs, profiles, manual keys, and CLI update behavior.
  </Card>

  <Card title="Scripting and agents" icon="bot" href="/cli/reference/scripting">
    Use `--agent`, stable exit codes, capabilities discovery, and agent skills.
  </Card>

  <Card title="Video Lab" icon="video" href="/cli/reference/video-lab">
    Validate, inspect, and render local video compositions from agent workflows.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/cli/reference/troubleshooting">
    Fix install paths, login failures, missing keys, timeouts, and dependency issues.
  </Card>
</Columns>
