Request Forms

requestforms developer resources

RequestForms.io API docs, OpenAPI spec, auth docs, webhooks, CLI, and MCP server.

This is the requestforms developer resources index for RequestForms.io. Use it when you need the Request Forms API, the OpenAPI spec, auth docs, webhooks, the requestforms CLI, or the MCP server. The product name in search is requestforms. The hostname is requestforms.io.

Start with the OpenAPI document at /openapi.json. It lists public health, stats, published-form, submit, and paid API-key routes with operationIds and named schemas. The JSON catalog at /api repeats those links. Paid keys are Bearer tokens that start with rfk_. They list forms and responses. They do not create forms.

Auth for the website and the MCP server uses a session cookie, not an API key. Read /docs/account for sign-in. Point an MCP client at /mcp. The standard MCP manifest is /.well-known/mcp.json. Webhook delivery is free and is documented at /docs/webhooks. The requestforms CLI is documented at /docs/cli. Do not send a session JWT as Authorization: Bearer rfk_.

Versioned paths and the deprecation policy live at /docs/deprecation. Machine-readable copies live at /llms.txt, /llms-full.txt, and /sitemap.xml. Request Markdown with Accept: text/markdown. Append .md to the same path for the same body.