Skip to main content

Create a board

POST 

/v1/projects/:project_id/boards

Define a board's columns and moves. Exactly one column must be initial: true; any number may be terminal: true (a card closes when it enters one). Every agent or tool a column dispatches must belong to this project, and every move a column routes to must be declared in transitions.

Request

Responses

Board created.