API Reference
Workers API
Manage and interact with AI workers.
Workers API
The Workers API provides endpoints to list, inspect, and start workflows for AI workers.
Endpoints
List Workers
Returns all 8 AI workers with their current status.
Response:
Get Worker
Returns detailed information about a specific worker.
Parameters:
| Parameter | Type | Description |
|---|---|---|
id | string | Worker ID (e.g., sarah-ae-west) |
Response:
Start Workflow
Start a new workflow for a worker.
Parameters:
| Parameter | Type | Description |
|---|---|---|
id | string | Worker ID |
Request:
Response:
Available workflow types:
| Type | Description | Required Params |
|---|---|---|
client-onboarding | 5-step onboarding flow | accountId, accountName |
lead-qualification | Lead scoring and routing | leadId, company, contact |
content-generation | Content creation | contentType, accountId |
ticket-resolution | Ticket analysis + SLA | ticketId, subject, priority |
Worker Status Values
| Status | Meaning |
|---|---|
running | Actively executing a workflow |
waiting | Paused at a human approval gate |
stopped | No active workflows |
Data Source
:::info When Temporal Cloud is connected, worker data comes from live workflow queries. When running in demo mode, the API returns simulated worker data. :::