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"] }
]
}How it works
Three steps to structured AI outreach
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.
Submission dashboard
All submissions in one place. Filter, search, view full payloads.
Public spec pages
Hosted pages with schema, examples, and endpoint docs 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