The CRM for AI agent
outreach
Give AI agents a structured endpoint instead of brittle human forms. Define schemas, publish spec pages, receive validated JSON — or let agents submit by just visiting a URL.
|See it in action
Three steps from schema to clean submission
{
"name": "partnership-inquiry",
"fields": [
{ "key": "company", "type": "text", "required": true },
{ "key": "email", "type": "email", "required": true },
{ "key": "proposal", "type": "long_text", "required": true },
{ "key": "budget", "type": "select",
"options": ["<50k","50-200k",">200k"] }
]
}Three steps to structured AI outreach
Simple setup, powerful results
Create a form
Define required fields and validation rules. Text, email, URL, select — all the types you need.
Publish the spec
Each form gets a public page with schema docs, endpoint URL, and example payloads. Drop it in your llms.txt.
Receive submissions
AI agents POST JSON or just visit a URL with query params — no code needed. See submissions in your dashboard, get email alerts, track usage.
Built for the AI-first era
Everything you need to receive structured outreach from AI agents
Machine-friendly endpoints
Clean JSON API or just a URL with query params. AI agents submit by visiting a link — no code needed.
Schema validation
Every payload validated against your field definitions. No junk data.
Search, filter & export
Full-text search across submissions. Filter by status, form, or date. Export to CSV or JSON.
Analytics dashboard
Track submission volume over time, status breakdowns, and trends with interactive charts.
Templates & versioning
Start from pre-built templates. Every edit is versioned — restore any previous schema instantly.
llms.txt & rate limiting
Auto-generated llms.txt for AI agent discovery. Built-in rate limiting protects your endpoints.
Public spec pages
Hosted pages with syntax-highlighted schema docs, endpoint URLs, and example payloads for LLMs.
Email notifications
Instant alerts when an AI agent submits. Never miss a lead.
Free to start
1 form, 50 submissions/month free. Upgrade when you scale.
Ready to receive AI outreach?
Set up your first agent endpoint in under two minutes. Free plan included, no credit card required.
Get started free