Workers
Create, retrieve, and manage agent worker templates.
WorkersSchedules
Manage future and recurring worker tasks.
Cancel a worker schedule
$ handinger workers:schedules cancel
DELETE/api/workers/{workerId}/schedules/{scheduleId}
WorkersWebhooks
Configure outbound webhooks delivered when a worker’s tasks complete.
Regenerate a worker webhook token
$ handinger workers:webhooks regenerate-token
POST/api/workers/{workerId}/webhook/regenerate-token
List worker webhook executions
$ handinger workers:webhooks list-executions
GET/api/workers/{workerId}/webhook/executions