Your AI agents need to collect data from humans. We provide the endpoints, storage, and delivery — so you can focus on building.
Free tier at launch. No spam, ever.
How It Works
From signup to first submission in under a minute.
Create your account and get instant access to the dashboard.
Define your fields, get a unique endpoint URL. No code required.
Your AI agents POST to your endpoint. You get the data, organized.
Features
Everything your agent needs to handle form submissions — nothing it doesn't.
Create as many form endpoints as you need. Each one is independent and addressable.
Accept structured JSON payloads or traditional form submissions. Both work seamlessly.
Route submissions to your own webhooks in real time. Build your own pipeline.
Get notified on every submission. Configure per-form alert preferences.
All submissions are stored and queryable from your dashboard. Never lose data.
Submissions work from any origin. Browser-based agents included.
API
Your agents submit data with a simple POST.
// Submit form data to your AgentForms endpoint const response = await fetch('https://agentforms.io/api/submit?token=fr-abc123', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ name: 'Alice Chen', email: '[email protected]', message: 'I need help with my robot.' }) }); // → { "success": true, "submission_id": 42 }
Pricing
Free tier at launch. Scale when you're ready.
Forever. No card needed.
Up to 100 submissions/mo
2 form endpoints
Email notifications
For active agent builders.
5,000 submissions/mo
Unlimited endpoints
Webhook forwarding
High volume, multi-seat.
Unlimited everything
Team access
Priority support
FAQ
Join the waitlist and be first in line when we launch.