Data & Analytics12 toolsPaste one API key
Flatfile integration for AI agents
Flatfile is a data exchange platform for collecting, validating, transforming, and managing structured data across collaborative workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Flatfile once and call the same tools from all of them.
Setup
Connect Flatfile 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
Flatfile exposes 12 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
flatfile_get_job | Get detailed status, outcome, result, and diagnostic information for one Flatfile asynchronous | Read |
flatfile_get_sheet | Get one sheet's field configuration and record counts before reading or writing records | Read |
flatfile_get_space | Get safe metadata for one Flatfile space without exposing transient access credentials or | Read |
flatfile_list_environments | List Flatfile environments visible to the connected environment secret key and return the IDs | Read |
flatfile_list_files | Discover import or export files and their processing status, optionally within a Flatfile space | Read |
flatfile_list_jobs | Find asynchronous Flatfile jobs by environment, space, workbook, file, or parent job and | Read |
flatfile_list_records | Read one page of records from a Flatfile sheet, optionally filtering by validity, field, record | Read |
flatfile_list_spaces | Find Flatfile spaces by environment, text, namespace, archive state, or template status | Read |
flatfile_list_workbooks | List workbooks, optionally within a space, with their nested sheets so an agent can continue to | Read |
flatfile_insert_records | Insert one or more rows into a Flatfile sheet using simple field-key to value objects | Read |
flatfile_update_records | Update one or more existing Flatfile records by ID using simple field-key to value objects | Write |