pm_create_project
Create a new project with name, description, owner, and optional settings like slug, color, and sort order.
Instructions
POST /projects — body matches ProjectCreate (name, description_md, owner, optional slug, color_key, sort_order, settings_json, owner_user_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| x_user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |