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 http://localhost:3000/file \ -H "Authorization: Bearer $ISOL8_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "sessionId": "session-123", "path": "/sandbox/input.txt", "content": "aGVsbG8K" }'
{ "ok": true }
Upload base64-encoded file content into an active persistent session.
true
Was this page helpful?