create_project
Create a new Huly project. Idempotent: returns existing project if the same identifier already exists.
Instructions
Create a new Huly tracker project. Idempotent: returns existing project if one with the same identifier already exists (created=false). Identifier must be 1-5 uppercase alphanumeric chars starting with a letter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | a string that will be trimmed | |
| private | No | Whether project is private (default: false) | |
| identifier | Yes | Unique project identifier, 1-5 uppercase alphanumeric chars starting with letter (e.g., 'HULY', 'QA') | |
| description | No | Project description |