clickup_space_create
Create a top-level space in a ClickUp workspace. Define its name and optionally set it as private or specify a workspace.
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. |