create_boards
Create one or more boards or sprints in a project by specifying names, descriptions, and dates. Accepts single or batch requests with up to 100 items.
Instructions
Create one or more boards/sprints (array-based). Single-item and batch calls use the same interface. Returns unified response with items array, counts, and per-item errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boards | Yes | Array of boards to create (1-100 items) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |