ClawLink
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.

ToolWhat it doesKind
fillout_forms_authorize_o_authInitiate the OAuth authorization process for third-party applicationsRead
fillout_forms_get_database_by_idRetrieve detailed information about a specific database including all tables, fields, and viewsRead
fillout_forms_get_databasesRetrieve a list of all databases for your organizationRead
fillout_forms_get_formsRetrieve a list of all forms in your accountRead
fillout_forms_get_record_by_idRetrieve a single record by its UUID with all field dataRead
fillout_forms_list_database_webhooksRetrieve all webhook subscriptions configured for a specific databaseRead
fillout_forms_list_recordsRetrieve records from a Fillout table with filtering, sorting, and paginationRead
fillout_forms_create_databaseCreate a new Zite database instance with tables and fieldsWrite
fillout_forms_create_database_webhookCreate a webhook subscription for a Fillout databaseWrite
fillout_forms_create_fieldAdd a new field to an existing table with specified type, name, and configurationWrite
fillout_forms_create_recordCreate a new record in a Fillout table with the provided field dataWrite
fillout_forms_create_tableAdd a new table with custom schema to an existing databaseWrite
fillout_forms_update_fieldModify field properties and configuration for an existing field in a Fillout database tableWrite
fillout_forms_update_recordUpdate specific fields of an existing record in a Fillout tableWrite
fillout_forms_update_tableUpdate table properties like nameWrite
fillout_forms_invalidate_access_tokenRevokes an OAuth access token obtained from Fillout's OAuth authorization flowRead
fillout_forms_remove_form_webhookRemove a webhook by its IDWrite