Flatfile

Flatfile is a data exchange platform for collecting, validating, transforming, and managing structured data across collaborative workflows.

12 actions Integration catalog
Request access
Connect Flatfile once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Delete RecordsFLATFILE_DELETE_RECORDS
Permanently delete one to 100 explicitly identified records from one Flatfile sheet. This action never performs an unfiltered delete. Flatfile hooks are disabled, so these deletions do not trigger hook-driven workflows.
Get JobFLATFILE_GET_JOB
Get detailed status, outcome, result, and diagnostic information for one Flatfile asynchronous job.
Get SheetFLATFILE_GET_SHEET
Get one sheet's field configuration and record counts before reading or writing records.
Get SpaceFLATFILE_GET_SPACE
Get safe metadata for one Flatfile space without exposing transient access credentials or token-bearing guest links.
Insert RecordsFLATFILE_INSERT_RECORDS
Insert one or more rows into a Flatfile sheet using simple field-key to value objects. Returns Flatfile's success receipt and commit ID, not created record IDs. Use List Records separately when later work requires IDs; only attribute matches that are unambiguous for caller-controlled unique values. Hooks are disabled for this mutation.
List EnvironmentsFLATFILE_LIST_ENVIRONMENTS
List Flatfile environments visible to the connected environment secret key and return the IDs needed to find spaces.
List FilesFLATFILE_LIST_FILES
Discover import or export files and their processing status, optionally within a Flatfile space.
List JobsFLATFILE_LIST_JOBS
Find asynchronous Flatfile jobs by environment, space, workbook, file, or parent job and inspect progress at a glance.
List RecordsFLATFILE_LIST_RECORDS
Read one page of records from a Flatfile sheet, optionally filtering by validity, field, record ID, search value, or FFQL expression.
List SpacesFLATFILE_LIST_SPACES
Find Flatfile spaces by environment, text, namespace, archive state, or template status.
List WorkbooksFLATFILE_LIST_WORKBOOKS
List workbooks, optionally within a space, with their nested sheets so an agent can continue to sheet and record tasks.
Update RecordsFLATFILE_UPDATE_RECORDS
Update one or more existing Flatfile records by ID using simple field-key to value objects. Flatfile hooks are disabled, so these updates do not trigger hook-driven workflows.