Connect an AI client
Add braaand to Claude, ChatGPT, Cursor, or Claude Code.
braaand connects to the AI apps you already use, so your agent can read your brand and make things with it. There's nothing to install: you add one connector and sign in.
Add the connector
In your app's connector or integration settings, add:
https://mcp.braaand.ai/mcpYou'll sign in once in your browser, and that's it. This works in:
- Claude (desktop and web)
- Claude Code
- ChatGPT
- Cursor
The exact spot to paste the link is a little different in each app, but it's always under connectors, integrations, or MCP settings.
What your agent can do once connected
- Set up a brand from a manual and assets in one go.
- Pick a system template and instantiate it into your brand.
- Create client-specific brand templates from scratch when the catalog is not enough.
- Make and render creatives, getting the images back right in the chat.
- Run whole campaigns — hand
start_workflowa brief (addtemplateIdsto pin exact templates instead of letting braaand match), or author a custom pipeline withbuild_pipeline, and get back a share-ready review board. See Campaigns. - Convert and compress images and save them into a brand's library.
- Read your brand so everything it writes and designs stays on brand.
- Find your local brand folder —
sync_statusreports whether (and where)braaand synclast mirrored your brands to disk, and whether that copy is stale. See The synced brand folder.
Renders and edits come back instantly. Anything that needs your AI to think, like writing copy or choosing images, uses your plan's credits. See AI credits.
Template work
Agents work with brand-owned templates. They can instantiate a polished system template into your brand, create a new brand template from scratch, and then tune it by editing the whole template or patching individual elements.
Useful tools:
list_system_templatesandinstantiate_templateturn catalog layouts into editable brand templates.create_templatestarts a brand template from a blank document or supplied JSON.update_templateandupdate_template_elementtune brand templates.create_creative,update_creative_element,render, andrender_batchproduce final creative assets.convert_imagecompresses, converts (WebP/AVIF/JPG/PNG), and resizes an image, and can save the result into a brand. It costs no credits. Point it at an image already in a brand withsourceAssetIdso nothing large travels through the conversation, or pass aurl; setsaveToBrandIdto add the result to the library. For batch-converting a local folder, thebraaand images convertCLI keeps the file bytes out of the chat entirely.generate_imagecreates a new image from a rich text prompt (AI, costs credits — roughly 2/18/71 at low/medium/high quality, 15-60s). SetsaveToBrandIdto land it in the brand's library taggedgenerated / ai / agentand analyzed for POI; omit for a short-lived download URL.edit_imagetransforms an existing image (sourceAssetId/url/base64) guided by a prompt and an optional mask PNG whose transparent pixels mark the edit region (guidance, not a hard clip). For exact pixel dims, generate at the closest aspect and finish withconvert_image.