Files
Read File
Read the text content of a file on the instance.
GET
Returns the text content of a file on the instance. This is meant for text files — if you need to download binary files, use the download endpoint instead.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.
Query Parameters
The file path to read, relative to the instance root.
Response
The file path that was read.
The text content of the file.