Create a task
POST/v1/projects/:project_id/tasks
Put a card on a board. It lands in the board's initial column and that column's automation fires — so a board whose first column dispatches an agent starts working on this call and keeps going, unattended, until a column needs a person.
Request
Responses
- 201
- 400
- 401
- 404
- 502
Card created and placed in the board's initial column.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.