Documentation Index
Fetch the complete documentation index at: https://docs.buntime.sh/llms.txt
Use this file to discover all available pages before exploring further.
Request
Session ID containing the file
File path relative to /workspace
Bearer token with your API key
Response
Returns the raw file content with appropriate Content-Type header.
Example
curl "https://api.buntime.sh/files/read?sessionId=ses_abc123&path=hello.ts" \
-H "Authorization: Bearer $BUNTIME_API_KEY"