Skip to main content
POST
Create a folder

Authorizations

x-api-key
string
header
required

Body

application/json

A folder-creation request — a name and an optional parent_id (null = a root folder).

name
string
required
parent_id
string | null

Response

Success.

data
FolderRecord · object
required

One folder in the tool-organization tree.

parent_id is None for a root folder and otherwise the id of the containing folder; nesting is endless via the parent chain. Sibling names are unique within a parent (root folders share the None parent), and a move or create that would form a cycle is refused by the store. Ids are UUID strings.