Set project branding
set_brandingDefine a project's brand identity—name, tagline, colors, font, logo, and voice—to maintain consistency across generated assets and optionally apply to the project website.
Instructions
Set the project's brand kit in one place — name, tagline, brand words, voice/tone, primary & accent colors, logo, and font — so every generated asset (media, website, campaigns) stays consistent. Stored on the board config; retrieve it with get_branding. By default also applies colors/font to the project website if one exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | No | Brand font-family, e.g. "Inter, system-ui, sans-serif". | |
| logo | No | Logo URL or assets/<file> reference. | |
| name | No | Brand / product name (brandTitle). | |
| voice | No | Voice/tone, e.g. 'confident, playful, plain-spoken'. | |
| words | No | Brand words/phrases to weave into copy. | |
| project | Yes | ||
| tagline | No | Brand tagline / byline (brandSubtitle). | |
| accentColor | No | Accent brand color. | |
| applyToSite | No | Also apply colors/font to the project website if it exists. | |
| primaryColor | No | Primary brand color (hex, rgb(), hsl(), or CSS name). |