C

Clay API Demo Console

Search, query, run tools, and scale with batch workflows.

API key required BYO Clay API key Session locked

Clay Public API customer demo

Turn Clay into a programmable GTM intelligence layer.

This console shows how teams can discover markets, query enriched tables, call configured Clay tools from their own systems, and scale the same pattern through async batches.

1. VerifyConfirm the workspace behind the visitor's Clay API key.
2. DiscoverUse natural language search for companies, people, and jobs.
3. OperateQuery table data and run Clay tools from outside the UI.
4. ScaleUpload JSONL and let Clay process larger jobs asynchronously.

Start a demo session

Enter a Clay API key. The key is stored in this browser tab only and forwarded to Clay through this Worker for same-origin API calls.

Enter a Clay API key to begin. The key stays in this browser tab and is never persisted by the Worker.

Structured table query

Read Clay table data with field selection, filters, joins, grouping, ordering, and cursor pagination.

POST /tables/query
Demo story: Clay can become the live enrichment layer behind internal dashboards, CRM syncs, scoring jobs, and warehouse jobs.

Run a configured Clay tool

Send 1-100 input items to a Clay tool, get a run ID immediately, then poll for status and results.

POST /tools/{tool_id}/run
Demo story: customers can embed Clay enrichment, qualification, and research steps directly into onboarding, CRM automations, or product workflows.
No run yet

Batch JSONL runner

Upload JSONL to Clay through a presigned URL, start an async batch run, then poll until Clay returns the downloadable result URL.

POST /tools/{tool_id}/run-batch/start
This demo proxies small JSONL files through the Worker for convenience. For production-scale files, request the upload URL and PUT directly from your job runner.
No batch yet

How this maps to customer architecture

The same API primitives can sit behind CRM enrichment, inbound routing, data warehouse sync, product-led growth, or support operations.

Clay as GTM infrastructure
Inbound enrichmentNew signup or lead arrives, Clay tools enrich and classify it, then your app routes it.
Market discoverySearch creates fresh account or people lists from natural language market definitions.
Ops visibilityStructured table queries feed dashboards, QA checks, alerts, and executive reporting.
Workflow automationTool runs make Clay intelligence callable from queues, webhooks, and internal services.
Scale pathBatch JSONL turns the same logic into large repeatable jobs with async status checks.
External system
  -> sends Clay API key per session or uses a managed service key
  -> calls Clay search, table query, or tool run endpoint
  -> receives structured JSON, run IDs, cursors, or result URLs
  -> writes outcomes back to CRM, warehouse, support tools, or product logic