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 -X POST https://api.buntime.sh/files/write \ -H "Authorization: Bearer $BUNTIME_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "ses_abc123", "path": "hello.ts", "content": "console.log(\"Hello World!\");" }'
await client.files.write({ sessionId: 'ses_abc123', path: 'hello.ts', content: 'console.log("Hello World!");' });
{ "path": "hello.ts", "size": 29 }
Create or update a file in a session