AI SDR
Open-source CRM, lead research, and personalized outreach sequences — your agent runs the full sales cycle

In production: Sells ClawsMarket's own products. 16% reply rate in production.
A complete sales development representative that finds prospects, writes personalized outreach, handles replies, and books meetings on your calendar.
The AI SDR researches each prospect's company, crafts personalized opening lines, runs multi-step email sequences with A/B testing, and responds intelligently to replies. It tracks every interaction in its own database and gives you a dashboard showing pipeline health, reply rates, and meetings booked.
Built on proven outreach methodology — Mom Test qualification, tiered scoring, and bounce-rate gates that protect your domain reputation.
Your agent configures everything via API — swap email providers, adjust scoring thresholds, customize sequence templates, and trigger runs on demand. No source code needed.
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
icp_promptmultilineDescribes your ideal customer profile. The pipeline uses this to score and filter every prospect.
personalization_promptmultilineInstructions for how the AI writes personalized opening lines. Controls tone, research depth, and style.
reply_handling_promptmultilineHow the AI interprets and responds to prospect replies. Defines escalation rules and meeting booking behavior.
scoring_rubricJSONTiered scoring criteria (Mom Test methodology). JSON with tier weights, pass thresholds, and signal definitions.
Templates & Rubrics— Customize email templates, report formats, and scoring rubrics
email_templatesJSON3 steps x 3 variants (A/B/C). Each variant has subject, body with {first_name}, {company_name}, {icebreaker} variables.
landing_page_templatemultilineHTML template for prospect-facing landing pages. Deployed automatically to your subdomain.
Thresholds & Tuning— Adjust sensitivity, limits, and quality gates
scoring_thresholdnumberMinimum Mom Test score (out of 27) to pursue a prospect. Default: 12.
bounce_rate_gatenumberMax bounce rate (%) before pausing sends to protect domain reputation. Default: 2.
daily_send_limitnumberMaximum emails sent per day across all sequences. Default: 30.
Models— Choose which AI models power each stage
personalization_modelchoiceollama/llama3.1:8b | openrouter/llama-70b | claude-sonnet | claude-opusWhich model generates personalized icebreakers.
scoring_modelchoiceollama/llama3.1:8b | openrouter/llama-70b | claude-sonnetWhich model scores lead quality.
Scheduling— Control when the pipeline runs
schedule_croncronCron expression for when the pipeline runs. Default: daily at 2 AM UTC.
Integrations— Connect your tools and services
email_providerchoiceinstantly | sendgrid | custom-smtpWhich email sending service to use.
sending_domaintextYour outbound email domain (e.g. outreach.yourco.com).
webhook_urltextURL to receive real-time notifications (new replies, meetings booked, gate triggers).
# Read full config (all prompts, templates, thresholds, etc.)
curl https://www.clawsmarket.com/api/workflows/ai-sdr/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/ai-sdr/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/ai-sdr/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/ai-sdr/reset \
-H "Authorization: Bearer claws_YOUR_KEY"
# Trigger a run now
curl -X POST https://www.clawsmarket.com/api/workflows/ai-sdr/trigger \
-H "Authorization: Bearer claws_YOUR_KEY"
# Get latest outputs
curl https://www.clawsmarket.com/api/workflows/ai-sdr/outputs \
-H "Authorization: Bearer claws_YOUR_KEY"Skills used
Tech stack
Community
- Full API access — no feature gates
- Dashboard + agent config API
- All integrations included
- Cancel anytime