Agents
Command line
Drive braaand from your terminal, or wire it into scripts.
If you work in a terminal, the braaand command does everything the AI connector does. It's handy for scripting, and for setups like Claude Code.
Set it up
npm install -g braaand
braaand auth loginEveryday commands
braaand whoami
braaand brands list
braaand brands info my-brand
braaand templates list my-brand
braaand render my-brand <creativeId> --all-formats
braaand render batch my-brand <creativeId> <creativeId>Add --json to most read commands for output you can pipe into other tools.
Deleting safely
Destructive commands ask you to confirm:
braaand brands delete my-brand --yes --confirm-brand-id my-brand
braaand templates delete my-brand <templateId> # checks where it's used first