How does Apilift connect my agent to the Clay API?
Apilift maps the requests Clay makes in your signed-in browser into reusable CLI and MCP actions. Codex or Claude Code can call those actions directly instead of repeating the same browser flow for every task.
Build prospect lists, enrich company and people data, and automate go-to-market workflows in workbooks and tables.
Which Clay actions can my agent use?
Browse the complete published coverage below. Each action can be called through the same reusable interface.
Enrichment
A Clay enrichment, provider action, source, signal, export, or reusable managed routine that can be configured as a table column.
- List Catalog
List reusable Clay-managed routines available in the current workspace, including each routine's live variable-length input and output definitions, authentication requirements, and cost estimate. This is not the full provider-action catalog.
Folder
A Clay workspace folder used to organize workbooks and other resources.
- Create
Create a new folder at the root of the current Clay workspace.
- Create Child
Create a nested folder inside an existing Clay folder.
- Get Details
Read a Clay folder's metadata, location, favorite state, permissions, and timestamps.
- List Contents
List the workbooks and nested folders directly contained in a Clay folder.
- Rename
Rename an existing Clay folder.
Prospect Search
A Clay prospect search over people or companies, created from structured filters or Clay's advanced query language.
- Create From Filters
Create a legacy structured-filter search for people or companies. Discover the current filter names, value types, allowed values, and guidance with prospect-search.get-filter-fields before composing filters. Clay recommends query-mode for new searches.
- Create From Query
Create a reusable people or company search from a Clay advanced query. This direct API workflow does not accept job queries.
- Get Filter Fields
List the structured-search fields, value types, allowed values, and usage guidance available for people or company searches.
- Get Query Reference
Return Clay's current advanced-search query grammar, searchable fields, operators, and enum values.
- Run Filters
Fetch the next page from a legacy people or company filters-mode search created by prospect-search.create-from-filters, returning result records and iterator quota state.
Show 1 more action
- Run Query
Fetch the next page from a people or company advanced-query search created by prospect-search.create-from-query, returning compact result records and iterator state. Job searches are not supported by this direct workflow.
Workbook
A Clay workbook that groups one or more related prospecting and enrichment tables.
- Create
Create a new Clay workbook in the current workspace.
- List
List stable identifiers and display names for workbooks visible in the current Clay workspace, for selection by workbook and table Actions.
Workbook Table
A Clay table inside a workbook, including its fields, records, cell values, run state, and settings.
- Add Row
Add one blank row to a Clay table with a generated record identifier; formula cells are evaluated immediately.
- Create
Create a Clay table from any supported table template inside an existing workbook.
- Create Column
Create a standard data column in a Clay table. Use matching field and data types such as text/text, number/number, date/date, url/url, email/email, image/image, or checkbox/boolean.
- Create Formula Column
Create a text-result formula column from Clay's JavaScript-like formula text, including {{Column Name}} references.
- Fetch Records
Fetch selected table rows with every cell's stored value, status metadata, and error details.
Show 4 more actions
- Get Details
Read a Clay table's metadata, columns, views, filters, sort settings, and run settings.
- Get Field Run Status
Read per-column counts grouped by Clay cell run status, including SUCCESS, ERROR, pending, and other statuses present in the table.
- List Record Ids
List the record identifiers currently included in a selected Clay table view.
- Query Records
Read records from one or more Clay tables with selected fields, filters, joins, grouping, ordering, pagination, cell statuses, values, and error messages.
Workspace
A Clay workspace containing folders, workbooks, tables, searches, credits, and account-level settings.
- Get Current
Return the Clay workspace authorized by the locally configured API key. Use its identifier as the session workspace context for workbook, table, search, and enrichment Actions.
How do I connect Clay to Codex or Claude Code?
After signing up, open Get started and paste one setup prompt into Codex or Claude Code. Your agent installs Apilift, connects Chrome, and verifies everything, asking for your help only when needed.