All workflows
CreativeComing Soon

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

Brand voice definition and enforcement
Multi-channel content generation
Ad copy variant testing
Social media calendar
Landing page copy generation
Brand consistency scoring

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 & LogicEdit the AI's instructions, scoring criteria, and decision-making rules

brand_voice_promptmultiline

Your brand's tone, vocabulary, dos and don'ts. The AI enforces this across all outputs.

content_generation_promptmultiline

Instructions for generating channel-specific content (social, email, ads, landing pages).

consistency_scoring_promptmultiline

How the AI scores whether generated content matches your brand voice.

Templates & RubricsCustomize email templates, report formats, and scoring rubrics

social_templatesJSON

Templates per platform (Twitter, LinkedIn, Instagram). Variables: {hook}, {body}, {cta}.

ad_templatesJSON

Templates for ad variants. Headline/description/CTA structure per platform.

Thresholds & TuningAdjust sensitivity, limits, and quality gates

min_consistency_scorenumber

Minimum brand consistency score (0-100) before publishing. Default: 80.

ModelsChoose which AI models power each stage

content_modelchoiceclaude-opus | claude-sonnet | gpt-4o

Model for content generation.

SchedulingControl when the pipeline runs

schedule_croncron

When to generate the next batch of content.

IntegrationsConnect your tools and services

channelsJSON

Which channels to generate content for: twitter, linkedin, instagram, email, ads.

webhook_urltext

URL for notifications (content generated, consistency warnings).

bash
# 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"

Tech stack

SQLitePythonWeb Dashboard

Community

0 upvotes
7-day free trial
$69/mo after trial
  • Full API access — no feature gates
  • Dashboard + agent config API
  • All integrations included
  • Cancel anytime

Coming soon — join the waitlist

Support included

Phone support
Live chat