create_brand
Create a new brand. The API requires settings — omitting it returns a 400. If you do not have specific brand colors, omit settings and a safe default will be used automatically (black primary, white secondary). Example: { name: "Acme", settings: { colors: { primary: "#1a73e8", secondary: "#ffffff" } } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional brand ID; auto-generated if omitted | |
| name | Yes | Brand display name | |
| settings | No | Brand appearance settings. If omitted, defaults to { colors: { primary: "#000000", secondary: "#ffffff" } }. | |
| snippets | No | Brand snippets |