Create task
task_createCreate an asynchronous task for a worker. Use task_get or task_wait to retrieve results; writes require approval unless auto-executed.
Instructions
Create a task for a worker. Runs asynchronously — then poll with task_get or use task_wait. Writes stay approval-gated unless the worker auto-executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | short task title | |
| payload | No | ||
| workerId | Yes | the worker id | |
| description | No |