Create brand kit
create_brand_kitCreate a brand kit by hand in the user's active space from what the user gave. Only name is required; colors, fonts and radius left out start from the YouSpot kit. Logos are uploaded on the kit's page. To import a brand from a website use extract_brand_kit instead. Returns the brand_kit_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The brand name. | |
| fonts | No | ||
| colors | No | Hex colors (#rrggbb). Any left out keep their current value. | |
| domain | No | The brand website host, like acme.com. | |
| radius | No | Corner radius in px, rem or em, like 8px. | |
| dark_mode | No | ||
| documents | No | How this brand lays out PDFs. Any left out use the default. |