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
Clay plugin quickstart
Install the plugin and configure
CLAY_API_KEY.2. Create or open a Workflow
List existing Workflows: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: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.

