Request Body
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Task title |
description | string | Recommended | Detailed task description — workers use this to understand assignments |
objective_id | string | No | Parent objective ID |
assignee | string | No | Employee name (must match exactly, including case) |
priority | string | No | low, medium (default), high, or critical |
Behavior
Tasks are persisted in the central database immediately on creation, regardless of sidecar availability. If an assignee is specified and matches an engineer with a linked app, deployment instructions are automatically appended to the task description. The kanban dispatcher polls every 15 seconds for assigned tasks and auto-spawns worker processes.Errors
404