Skip to main content
POST
Create folder
Requires the folders:write scope. Viewers cannot create folders.

Request body

string
required
Numeric ID of the workspace to create the folder in.
string
required
Folder name.
string
Optional icon identifier slug (e.g., "folder-1", "folder-2", "chart").
string
Optional color label. Defaults to "blue" if not provided.

Response

Returns the created folder. The position is automatically assigned as one greater than the current maximum position in the workspace.
number
required
New folder identifier.
number
required
Workspace this folder belongs to.
string
required
Folder name.
string | null
Icon. null if not provided.
string | null
Color. Defaults to "blue".
number
required
Auto-assigned sort position.
string
required
UTC ISO-8601 creation timestamp.