Create a project
clockify_create_projectCreate a project in your Clockify workspace with a name and optional details like client, color, and time estimate.
Instructions
Adds a project to the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| note | No | ||
| color | No | Hex colour such as #4CAF50 | |
| billable | No | ||
| client_id | No | Client id | |
| is_public | No | Visible to everyone in the workspace | |
| client_name | No | Client name instead of the id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| estimate_hours | No | Time estimate for the whole project |