create_project
Create a new project. Specify a product ID for top-level projects, or set a parent project to inherit its product.
Instructions
Create a new project. A TOP-LEVEL project requires product_id; a sub-project (parent_project_id set) inherits its parent's product. Returns the created project with its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the project | |
| product_id | No | Product this project belongs to. Required for a top-level project (no parent); omit for a sub-project. Find ids via list_products. | |
| description | No | Description of the project | |
| parent_project_id | No | Parent project ID if this is a sub-project (inherits the parent's product) |