Forms for humans and agents
AgentForms exposes the same versioned API used by its browser. Creator agents can build and edit private form drafts. Respondent agents can prepare response drafts. Publishing and final submission remain explicit human actions.
Give a form to your agent
Copy the public form URL. The page advertises its JSON manifest at /api/v1/public/forms/FORM_ID. Your agent creates a draft, fills every safe field, and returns a private review link. It must not invent missing information or submit.
Create with an agent
Choose Create with your agent on the homepage. Paste the generated instruction into Codex, Claude Code, or Cursor. The capability is limited to one private draft and expires after 24 hours. Open the preview, take over whenever needed, then sign in and publish.
Human boundaries
Agent credentials cannot publish creator drafts or submit responses. Consent fields are always human-only. Instructions are visible to both humans and agents, and form content is treated as untrusted input.