create_space
Create a new top-level area of work in a ClickUp workspace. Optionally enable multiple assignees and configure features like due dates and time tracking.
Instructions
Create a new Space in a Workspace. Optionally enable multiple assignees and toggle features. Returns the created Space with its id. Use to start a new top-level area of work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| name | Yes | Name for the new Space. | |
| multiple_assignees | No | If true, tasks in this Space can have more than one assignee. | |
| features | No | Feature toggles object, e.g. { due_dates: { enabled: true }, time_tracking: { enabled: true } }. Omit to keep defaults. |