Developer Tools22 toolsPaste one API key
Fillout Forms integration for AI agents
Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Fillout Forms once and call the same tools from all of them.
Setup
Connect Fillout Forms through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Fillout Forms exposes 22 tools through ClawLink. The 17 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
fillout_forms_authorize_o_auth | Initiate the OAuth authorization process for third-party applications | Read |
fillout_forms_get_database_by_id | Retrieve detailed information about a specific database including all tables, fields, and views | Read |
fillout_forms_get_databases | Retrieve a list of all databases for your organization | Read |
fillout_forms_get_forms | Retrieve a list of all forms in your account | Read |
fillout_forms_get_record_by_id | Retrieve a single record by its UUID with all field data | Read |
fillout_forms_list_database_webhooks | Retrieve all webhook subscriptions configured for a specific database | Read |
fillout_forms_list_records | Retrieve records from a Fillout table with filtering, sorting, and pagination | Read |
fillout_forms_create_database | Create a new Zite database instance with tables and fields | Write |
fillout_forms_create_database_webhook | Create a webhook subscription for a Fillout database | Write |
fillout_forms_create_field | Add a new field to an existing table with specified type, name, and configuration | Write |
fillout_forms_create_record | Create a new record in a Fillout table with the provided field data | Write |
fillout_forms_create_table | Add a new table with custom schema to an existing database | Write |
fillout_forms_update_field | Modify field properties and configuration for an existing field in a Fillout database table | Write |
fillout_forms_update_record | Update specific fields of an existing record in a Fillout table | Write |
fillout_forms_update_table | Update table properties like name | Write |
fillout_forms_invalidate_access_token | Revokes an OAuth access token obtained from Fillout's OAuth authorization flow | Read |
fillout_forms_remove_form_webhook | Remove a webhook by its ID | Write |