create_space
Add a new Space to your ClickUp Workspace with a name and optional features like multiple assignees or due dates.
Instructions
Create a new Space in a Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| name | Yes | Space name. | |
| multiple_assignees | No | Allow multiple assignees per task. | |
| features | No | Feature toggles object, e.g. { due_dates: { enabled: true }, time_tracking: { enabled: true } }. |