create_kit
Create a brand kit by providing a name and accent color. Returns the kit ID needed for adding blocks and uploading assets.
Instructions
Create a new brand kit. Returns the kit ID needed for subsequent operations like adding blocks and uploading assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The brand's name, e.g. 'Acme Corp' | |
| accent_color | Yes | Primary brand color as hex, e.g. '#E55B00' | |
| template | No | Portal template. Default: 'minimal' | |
| tagline | No | Short subtitle shown in the portal header, e.g. 'Modern solutions for modern businesses' |