Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.buntime.sh/files/read?sessionId=ses_abc123&path=hello.ts" \ -H "Authorization: Bearer $BUNTIME_API_KEY"
const content = await client.files.read({ sessionId: 'ses_abc123', path: 'hello.ts' }); console.log(content);
Read the contents of a file