Get the full brand runtime for a project.
Get the full brand runtime for a project. Returns the 4-layer brand system: messaging (value props, pillars, proof points), voice (tone, vocabulary, avoid patterns), visual (palette, typography, composition), and operating constraints (audience, archetype). Also returns extraction confidence metadata.
Get the full brand runtime for a project. › Request Body
project_idProject ID. Defaults to current project.
Get the full brand runtime for a project. › Responses
Successful tool execution.
Explains what brand data is available vs missing for a project.
Explains what brand data is available vs missing for a project. Returns a human-readable summary of completeness, confidence levels, and recommendations for improving the brand profile.
Explains what brand data is available vs missing for a project. › Request Body
project_idProject ID. Defaults to current project.
Explains what brand data is available vs missing for a project. › Responses
Successful tool execution.
Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims.
Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims. Returns per-dimension scores (0-100) and specific issues found. Use this to validate scripts, captions, or post copy before publishing.
Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims. › Request Body
contentThe content text to check for brand consistency.
project_idProject ID. Defaults to current project.
Check if content text is consistent with the brand voice, vocabulary, messaging, and factual claims. › Responses
Successful tool execution.
Audit content colors against the brand palette using perceptual color distance (Delta E 2000).
Audit content colors against the brand palette using perceptual color distance (Delta E 2000). Returns per-color compliance scores and identifies the closest brand color for each input.
Audit content colors against the brand palette using perceptual color distance (Delta E 2000). › Request Body
content_colorsHex color strings used in the content (e.g., ["#FF0000", "#00FF00"])
project_idProject ID. Defaults to current project.
thresholdMax Delta E for on-brand (default 10). Lower = stricter.
Audit content colors against the brand palette using perceptual color distance (Delta E 2000). › Responses
Successful tool execution.
Export brand palette and typography as design tokens.
Export brand palette and typography as design tokens. Supports CSS custom properties, Tailwind config, and Figma Tokens JSON formats.
Export brand palette and typography as design tokens. › Request Body
formatOutput format: css (CSS variables), tailwind (theme.extend.colors), figma (Figma Tokens JSON)
project_idProject ID. Defaults to current project.
Export brand palette and typography as design tokens. › Responses
Successful tool execution.