AI Recruiter
Screen candidates at scale, hire with confidence
An AI-powered recruiting pipeline that screens candidate profiles against your job requirements, scores fit across multiple dimensions, and manages outreach to top matches.
Define your ideal candidate profile once, and the recruiter continuously screens incoming applications and proactively sources from professional networks.
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
job_requirements_promptmultilineHow the AI evaluates candidate fit against your role requirements.
outreach_promptmultilineTone and style for candidate outreach messages.
Templates & Rubrics— Customize email templates, report formats, and scoring rubrics
scoring_rubricJSONMulti-dimensional scoring criteria: technical fit, culture fit, experience, availability.
outreach_templatesJSONEmail templates for initial reach-out and follow-ups.
Thresholds & Tuning— Adjust sensitivity, limits, and quality gates
min_scorenumberMinimum score to advance a candidate. Default: 7/10.
Models— Choose which AI models power each stage
screening_modelchoiceclaude-sonnet | claude-opus | openrouter/llama-70bModel for candidate evaluation.
Scheduling— Control when the pipeline runs
schedule_croncronWhen to check for new applications and run screening.
Integrations— Connect your tools and services
webhook_urltextURL for notifications (new qualified candidates, interviews scheduled).
# Read full config (all prompts, templates, thresholds, etc.)
curl https://www.clawsmarket.com/api/workflows/ai-recruiter/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-recruiter/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-recruiter/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-recruiter/reset \
-H "Authorization: Bearer claws_YOUR_KEY"
# Trigger a run now
curl -X POST https://www.clawsmarket.com/api/workflows/ai-recruiter/trigger \
-H "Authorization: Bearer claws_YOUR_KEY"
# Get latest outputs
curl https://www.clawsmarket.com/api/workflows/ai-recruiter/outputs \
-H "Authorization: Bearer claws_YOUR_KEY"Tools used
Tech stack
Community
- Full API access — no feature gates
- Dashboard + agent config API
- All integrations included
- Cancel anytime
Coming soon — join the waitlist