Switch brand
use_brandIdempotent
Set the active brand for content generation. Pass the brand ID or exact name from list_brands. Persists until changed.
Instructions
Pin which brand this connection generates for (multi-brand accounts). Pass the brand id or exact name from list_brands. Persists for this API key until changed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | brand id (e.g. default / p_xxx) or its exact name from list_brands |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | true when the brand switch persisted | |
| brand | No | the now-active brand ({id, name}) |