Content & SEO Agent
Rank higher, publish faster
An AI content pipeline that researches keywords, generates SEO-optimized articles, and tracks rankings. Produces content that reads like it was written by a domain expert.
Includes keyword research, competitor analysis, content briefs, full article generation with internal linking, and automated publishing to your CMS.
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
content_brief_promptmultilineHow the AI generates content briefs from keyword research. Controls depth, structure, and target audience.
article_promptmultilineWriting style, tone, and structure instructions. Include your brand voice guidelines here.
keyword_scoring_promptmultilineHow the AI evaluates keyword opportunities — competition, intent, relevance to your business.
Templates & Rubrics— Customize email templates, report formats, and scoring rubrics
article_templatemultilineHTML/markdown template with sections: intro, body, conclusion, CTA. Variables: {keyword}, {title}.
Thresholds & Tuning— Adjust sensitivity, limits, and quality gates
min_keyword_scorenumberMinimum opportunity score to pursue a keyword. Default: 60/100.
Models— Choose which AI models power each stage
writing_modelchoiceclaude-opus | claude-sonnet | gpt-4oModel for article generation.
research_modelchoiceopenrouter/llama-70b | claude-sonnetModel for keyword research and competitor analysis.
Scheduling— Control when the pipeline runs
schedule_croncronWhen to run keyword research and content generation.
Integrations— Connect your tools and services
cms_providerchoicewordpress | ghost | webflow | custom-apiWhere to publish generated articles.
webhook_urltextURL for notifications (articles published, rankings changed).
# Read full config (all prompts, templates, thresholds, etc.)
curl https://www.clawsmarket.com/api/workflows/content-seo-agent/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/content-seo-agent/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/content-seo-agent/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/content-seo-agent/reset \
-H "Authorization: Bearer claws_YOUR_KEY"
# Trigger a run now
curl -X POST https://www.clawsmarket.com/api/workflows/content-seo-agent/trigger \
-H "Authorization: Bearer claws_YOUR_KEY"
# Get latest outputs
curl https://www.clawsmarket.com/api/workflows/content-seo-agent/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