clickup_create_space
Create a new top-level Space in a ClickUp Workspace. Configure ClickApps like due dates and time tracking upfront. Use to set up a new team or project area.
Instructions
Create a new Space inside a Workspace.
A Space is the top-level container below a Workspace (Team) — Folders and
Lists live inside it. Use features to toggle ClickApps (due dates, time
tracking, tags, …). Note: custom status workflows CANNOT be set through the
public API (a statuses payload is silently ignored — verified live);
the new Space gets ClickUp's default statuses, editable only in the UI.
When to Use:
Setting up a new top-level area of work (e.g. a new team or project line).
Provisioning a Space with a specific ClickApp configuration up front.
When NOT to Use:
To create a Folder or List inside an existing Space (use the folders/lists tools).
To change features on a Space that already exists (use
clickup_update_space).To define custom statuses — the public API cannot; do it in the ClickUp UI.
Returns:
A one-line confirmation naming the new Space and its id, or an Error ...
string describing the failure.
Examples: params = { "name": "Engineering", "multiple_assignees": True, "features": {"due_dates": {"enabled": True}, "time_tracking": {"enabled": False}}, }
Error Handling: 400 means a malformed features payload; 401/403 mean the token lacks access to the Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |