Make an API key, then call the REST API or wire your forms into Claude or ChatGPT over MCP.
You can pull your forms and responses programmatically, or let an AI assistant read them for you.
Get a key
- Open the menu and choose API keys.
- Click Create API key. Copy it right away, it's shown only once.
Use it
- REST: send the key as Authorization: Bearer <key>
against /api/v1. A key only ever reads your own account.
- AI assistant (MCP): connect our MCP server so Claude or ChatGPT can work with
your forms. Full setup and endpoints are in the developer docs
(also linked under Help in the menu).