update_kit
Update a brand kit's top-level settings including name, accent color, template, tagline, logo, cover image, and Pro+ white-label meta data like OG image and favicon.
Instructions
Update a kit's top-level settings like name, accent color, template, tagline, logo, cover image, or white-label meta/favicon (Pro+). For logo_url and cover_image_url, pass CDN URLs returned by upload_file or upload_asset. For og_image_url and custom_favicon_url, pass CDN URLs from upload_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kit_id | Yes | Kit UUID | |
| name | No | New kit name | |
| accent_color | No | New accent color as hex | |
| template | No | New template | |
| tagline | No | New tagline | |
| logo_url | No | CDN URL for the kit header logo (from upload_file or upload_asset). Set to empty string to remove. | |
| cover_image_url | No | CDN URL for the kit cover/hero image (from upload_file or upload_asset). Set to empty string to remove. | |
| og_title | No | (Pro+) Custom page title used in browser tab and social sharing. Pass null to reset to kit name. | |
| og_description | No | (Pro+) Custom meta description for search results and social sharing. Pass null to reset. | |
| og_image_url | No | (Pro+) CDN URL for the custom social share / OG image (from upload_file). Set to empty string to remove. | |
| custom_favicon_url | No | (Pro+) CDN URL for a custom browser tab favicon (from upload_file). Accepts ICO, PNG, or SVG. Set to empty string to remove. |