clickup_space_create
Create a new top-level space in a ClickUp workspace to organize projects and tasks, using default settings that can be customized later.
Instructions
Create a new top-level space in a ClickUp workspace. The new space uses the workspace's default feature set and statuses — customise later via the web UI or by creating folders/lists under it. Returns the created space object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the space (shown in the sidebar). | |
| private | No | true = private space (only explicit members see it); false or omitted = visible to the whole workspace. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |