toggl_create_project
Create a new project in a Toggl workspace by providing workspace ID and project name. Optionally assign client, set privacy, billable status, and color.
Instructions
Create a new project in a workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Numeric workspace ID | |
| name | Yes | Project name | |
| client_id | No | Client ID to associate | |
| is_private | No | Whether the project is private | |
| billable | No | Whether entries are billable by default | |
| color | No | Project color hex code |