create_categories
Create one or more work item categories with names, icons, and colors in a single API call. Supports batch creation up to 100 items with per-item error reporting.
Instructions
Create one or more work item categories (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 |
|---|---|---|---|
| items | Yes | Array of categories to create (1-100 items) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |