create_board
Create a board for organized project management, with customizable workspace, title, statuses, and access levels.
Instructions
Create a board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| extra | No | Free-form board configuration (`_config` on the model). | |
| title | No | Board title. Defaults to "{workspace} Project" if omitted. | |
| access | No | Board access: 0=PRIVATE (default), 1=PROTECTED (workspace-shared), 2=PUBLIC. | |
| statuses | No | Optional inline status definitions to seed the board with. If omitted, the board gets the 4 default statuses (Draft / To Do / In Progress / Completed). | |
| description | No | Board description. | |
| Organization | No | Workspace (organization) ID the request is scoped to. | |
| primary_type | No | Board type discriminator. Defaults to `PM`. Other values reserved for non-project-manager boards. |