Clay: available actions

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.

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

  1. Create

    Create a new folder at the root of the current Clay workspace.

  2. Create Child

    Create a nested folder inside an existing Clay folder.

  3. Get Details

    Read a Clay folder's metadata, location, favorite state, permissions, and timestamps.

  4. List Contents

    List the workbooks and nested folders directly contained in a Clay folder.

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

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

  2. Create From Query

    Create a reusable people or company search from a Clay advanced query. This direct API workflow does not accept job queries.

  3. Get Filter Fields

    List the structured-search fields, value types, allowed values, and usage guidance available for people or company searches.

  4. Get Query Reference

    Return Clay's current advanced-search query grammar, searchable fields, operators, and enum values.

  5. 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
  1. 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.

  1. Create

    Create a new Clay workbook in the current workspace.

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

  1. Add Row

    Add one blank row to a Clay table with a generated record identifier; formula cells are evaluated immediately.

  2. Create

    Create a Clay table from any supported table template inside an existing workbook.

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

  4. Create Formula Column

    Create a text-result formula column from Clay's JavaScript-like formula text, including {{Column Name}} references.

  5. Fetch Records

    Fetch selected table rows with every cell's stored value, status metadata, and error details.

Show 4 more actions
  1. Get Details

    Read a Clay table's metadata, columns, views, filters, sort settings, and run settings.

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

  3. List Record Ids

    List the record identifiers currently included in a selected Clay table view.

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

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

CodexClaude Code

Give the work back to your agent

Apilift turns signed-in web apps into CLI and MCP interfaces your agent can call.