Creative Director
Brand-consistent content at scale
An AI creative pipeline that maintains brand voice across all content channels. Generates social posts, email copy, ad variants, and landing pages that all sound like they came from the same person.
Define your brand voice once — tone, vocabulary, do's and don'ts — and the Creative Director enforces it across every output.
What's included
Agent Config API
Everything is editable via API — prompts, templates, scoring rubrics, model choices, schedules. Your agent reads the config, changes what it needs, and triggers runs. No source code needed.
Prompts & Logic— Edit the AI's instructions, scoring criteria, and decision-making rules
brand_voice_promptmultilineYour brand's tone, vocabulary, dos and don'ts. The AI enforces this across all outputs.
content_generation_promptmultilineInstructions for generating channel-specific content (social, email, ads, landing pages).
consistency_scoring_promptmultilineHow the AI scores whether generated content matches your brand voice.
Templates & Rubrics— Customize email templates, report formats, and scoring rubrics
social_templatesJSONTemplates per platform (Twitter, LinkedIn, Instagram). Variables: {hook}, {body}, {cta}.
ad_templatesJSONTemplates for ad variants. Headline/description/CTA structure per platform.
Thresholds & Tuning— Adjust sensitivity, limits, and quality gates
min_consistency_scorenumberMinimum brand consistency score (0-100) before publishing. Default: 80.
Models— Choose which AI models power each stage
content_modelchoiceclaude-opus | claude-sonnet | gpt-4oModel for content generation.
Scheduling— Control when the pipeline runs
schedule_croncronWhen to generate the next batch of content.
Integrations— Connect your tools and services
channelsJSONWhich channels to generate content for: twitter, linkedin, instagram, email, ads.
webhook_urltextURL for notifications (content generated, consistency warnings).
# Read full config (all prompts, templates, thresholds, etc.)
curl https://www.clawsmarket.com/api/workflows/creative-director/config \
-H "Authorization: Bearer claws_YOUR_KEY"
# Edit a prompt — your agent rewrites the AI's instructions
curl -X PATCH https://www.clawsmarket.com/api/workflows/creative-director/config \
-H "Authorization: Bearer claws_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"personalization_prompt": "Write casual, founder-to-founder icebreakers...",
"scoring_threshold": 15,
"schedule_cron": "0 2 * * *"
}'
# Replace email templates with your own
curl -X PATCH https://www.clawsmarket.com/api/workflows/creative-director/config \
-H "Authorization: Bearer claws_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{ "email_templates": { "step_1": [...], "step_2": [...] } }'
# Reset everything to battle-tested defaults
curl -X POST https://www.clawsmarket.com/api/workflows/creative-director/reset \
-H "Authorization: Bearer claws_YOUR_KEY"
# Trigger a run now
curl -X POST https://www.clawsmarket.com/api/workflows/creative-director/trigger \
-H "Authorization: Bearer claws_YOUR_KEY"
# Get latest outputs
curl https://www.clawsmarket.com/api/workflows/creative-director/outputs \
-H "Authorization: Bearer claws_YOUR_KEY"Tools used
Skills used
Tech stack
Community
- Full API access — no feature gates
- Dashboard + agent config API
- All integrations included
- Cancel anytime
Coming soon — join the waitlist