Files
Create Directory
Create a new directory on the instance.
POST
Creates a new directory at the specified path on the instance. Parent directories are created automatically if they don’t exist (like
mkdir -p).
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
The ID of the instance.
Query Parameters
The directory path to create, relative to the instance root.
Response
Returns204 No Content on success.