Fillout Forms
Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Fillout Forms authenticates with an API key. Generate the credential in your Fillout Forms account, then paste it into FlyMyAI the first time an agent uses a Fillout Forms action.
Get your Fillout Forms credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Fillout API Key | The API key obtained from your Fillout account's Developer settings tab. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
FILLOUT_FORMS_AUTHORIZE_O_AUTH | Tool to initiate the oauth authorization process for third-party applications. use when you need to generate the url to redirect your users to the fillout consent page. | client_id, redirect_uri |
FILLOUT_FORMS_GET_FORMS | Tool to retrieve a list of all forms in your account. use when you need to list your forms after authenticating with fillout. | - |
FILLOUT_FORMS_INVALIDATE_ACCESS_TOKEN | Tool to revoke an existing oauth access token. use when the user logs out or you need to programmatically invalidate a token after deauthorization. example: "invalidate token abcdefg123456". this endpoint does not return a json body. successful calls return h… | token |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Fillout Forms!