Good agent tasks
- Run a Clay function on a company domain and summarize the structured output.
- Enrich a list of accounts from a JSON file.
- Search for companies or people, then pass results into another workflow.
- Trigger repeatable research or scoring logic from a local terminal.
- Use MCP to call Clay functions from ChatGPT or another MCP client.
Start with the CLI
The CLI is the fastest path for most agent workflows because it handles authentication locally and returns JSON that agents can inspect.CLI quickstart
Authenticate, list routines, and run your first Clay routine.

