create_project
Create a new project in a workspace by providing the workspace UUID and project name, with optional icon, color, and description.
Instructions
Create a new project in a workspace. Requires add_project permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Font Awesome icon class (default: fa-folder) | |
| name | Yes | Project name | |
| color | No | Project color (default: indigo) | |
| description | No | Project description | |
| workspace_uuid | Yes | UUID of the workspace |