Skip to main content
Use Workflows when you want to build and edit Clay logic from an agent or terminal instead of the Clay UI.
Workflows are in Alpha. They are earlier and more experimental than Clay-managed functions and custom functions.

When to use this

  • Agent-first creation and editing in Claude Code, Codex, or Cursor.
  • CLI-based run, inspect, and debug loops.
  • Code inside the flow.
  • A flow created from a prompt, CSV, webhook, Audience, or existing Clay table.
  • Runs that avoid the 50,000 row limit.

1. Install the plugin

Quickstart

Install the plugin and sign in.

2. Create or open a Workflow

List existing Workflows:
Create a new Workflow:

3. Build and edit with an agent

Ask your agent to build the Workflow. The Clay plugin lets the agent read the Workflow, edit nodes, validate the graph, and test Clay actions before wiring them in. Example prompts:

4. Run and inspect

Start a test run:
Fetch run status:
Inspect failed steps:

5. Use snapshots

Use snapshots to inspect changes or restore an earlier Workflow state.

Workflows (Alpha)

Learn the Workflow model and how it compares to functions.