Files
Write File
Write text content to a file on the instance.
PUT
Writes text content to a file on the instance. If the file already exists, it will be overwritten. If it doesn’t exist, it will be created (along with any necessary parent directories).Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
The ID of the instance.
Body Parameters
The file path to write to, relative to the instance root.
The text content to write to the file.
Response
Returns204 No Content on success.