Introduction
Forms your agent can wire up in seconds
Section titled “Forms your agent can wire up in seconds”Your AI coding agent builds the frontend form inside your app. AgentsForms provides the submission endpoint, validation, storage, and email delivery. No database or backend route required.
Five-minute quickstart
Section titled “Five-minute quickstart”npm install -g @agentsforms/cliagentsforms initagentsforms codegen contact --target reactStart with a native frontend form posting to AgentsForms. Use a hosted form URL only when you want zero UI. Add webhooks and sessions later when you need automation or handoff workflows.
What you get
Section titled “What you get”Native frontend forms
Section titled “Native frontend forms”Your agent writes the form component in the generated app, using the site’s own design system. Visitors never have to leave the site.
Submission API
Section titled “Submission API”AgentsForms gives the frontend a safe endpoint to POST answers to. No database table, server action, queue, or email provider required.
Email delivery by default
Section titled “Email delivery by default”AgentsForms validates and stores submissions, then sends them to the owner’s inbox. Hosted URLs and webhooks are secondary paths.
Explore the docs
Section titled “Explore the docs”| Section | Description |
|---|---|
| Get Started | Install the CLI, create a form endpoint, wire a frontend POST, and email submissions. |
| Guides | Agent integration, hosted fallback URLs, embeds, webhooks, sessions, and error handling. |
| Reference | Submission API, form schema, CLI, delivery modes, webhook events, TypeScript types. |
| Architecture | Cloudflare Workers + D1, data model, security model. |
| Examples | Demo forms for common agent-built site patterns. |