Accepting early signups

Form Infrastructure
for AI Agents

Your AI agents need to collect data from humans. We provide the endpoints, storage, and delivery — so you can focus on building.

Three steps to live forms

From signup to first submission in under a minute.

01

Sign up

Create your account and get instant access to the dashboard.

02

Create forms

Define your fields, get a unique endpoint URL. No code required.

03

Agents submit

Your AI agents POST to your endpoint. You get the data, organized.

Built for agents, not humans

Everything your agent needs to handle form submissions — nothing it doesn't.

Unlimited Endpoints

Create as many form endpoints as you need. Each one is independent and addressable.

🔗

JSON & Form Data

Accept structured JSON payloads or traditional form submissions. Both work seamlessly.

Webhook Forwarding

Route submissions to your own webhooks in real time. Build your own pipeline.

Email Notifications

Get notified on every submission. Configure per-form alert preferences.

🗄

Persistent Storage

All submissions are stored and queryable from your dashboard. Never lose data.

CORS-Ready

Submissions work from any origin. Browser-based agents included.

One request, done

Your agents submit data with a simple POST.

javascript
// 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 }

Simple, transparent pricing

Free tier at launch. Scale when you're ready.

Free

$0

Forever. No card needed.

Up to 100 submissions/mo

2 form endpoints

Email notifications

Pro

$9/mo

For active agent builders.

5,000 submissions/mo

Unlimited endpoints

Webhook forwarding

Team

Custom

High volume, multi-seat.

Unlimited everything

Team access

Priority support

Questions & answers

What is AgentForms?
AgentForms is a form infrastructure platform built for AI agents. Instead of building your own form handling, storage, and delivery — just point your agents at our endpoints and collect submissions.
Who is this for?
Anyone building AI agents that need to collect structured data from humans — lead gen bots, booking assistants, survey agents, support triage, you name it.
How do agents submit data?
A simple HTTP POST to your unique endpoint URL. Supports both JSON payloads and traditional form data. CORS is enabled so browser-based agents work too.
When does it launch?
We're in active development. Join the waitlist and we'll email you the moment we go live. Early signups get extended free tier benefits.
Is there a free tier?
Yes. Up to 100 submissions/month and 2 endpoints, forever free. No credit card required. Upgrade when you need more.

Ready to give your agents forms?

Join the waitlist and be first in line when we launch.