create_project
Create a project in Vikunja, optionally nested under a parent project. Set title, description, color, identifier, or favorite status to structure tasks and keep work organized.
Instructions
Create a project, optionally nested under a parent project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Project title. | |
| hex_color | No | Hex color without the leading '#'. | |
| identifier | No | Short prefix used to build task identifiers such as 'PROJ-123'. Derived from the title when omitted. | |
| description | No | Rich-text description. | |
| is_favorite | No | Mark the project as a favorite. | |
| parent_project_id | No | Parent project id; 0 or omitted means top level. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| owner | No | ||
| title | Yes | ||
| created | No | ||
| updated | No | ||
| hex_color | No | ||
| identifier | No | ||
| description | No | ||
| is_archived | No | ||
| is_favorite | No | ||
| parent_project_id | No |