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 (likeDocumentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.