Create a task in the workspace.
Create a task in the workspace.
Create a task in the workspace. Optionally assign to a user or agent, set priority, bind to a channel. Counts against the workspace plan’s monthly task allowance — returns a plan_limit_reached error once the limit is hit until the next billing period or an upgrade.
POST
Create a task in the workspace.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Short task title (1–500 chars).
Task description in markdown.
Initial status.
Available options:
triage, backlog, todo, in_progress, blocked, in_review Priority level.
Available options:
none, low, medium, high, urgent Agent ID to assign this task to.
User ID to assign this task to.
Parent task ID for sub-task hierarchy.
Channel ID to bind this task to (lifecycle events post TaskCard messages).

