Requires the folders:write scope. Viewers cannot create folders.
Request body
Numeric ID of the workspace to create the folder in.
Folder name. Leading and trailing whitespace is trimmed. HTML is sanitized.
Optional icon identifier slug (e.g., "folder-1", "folder-2", "chart").
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.
Workspace this folder belongs to.
Icon. null if not provided.
Color. Defaults to "blue".
Auto-assigned sort position.
UTC ISO-8601 creation timestamp.
{
"id": 15,
"workspace_id": 3,
"name": "Design",
"icon": "folder-2",
"color": "purple",
"position": 3,
"created_at": "2026-03-18T10:00:00.000Z"
}