Documentation Index
Fetch the complete documentation index at: https://e2b-mintlify-changelog-1777892933.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
New features
- Auto-resume for BYOC clusters. Self-hosted BYOC deployments now support auto-resume. Paused sandboxes resume automatically on the next request, just like on E2B Cloud.
Updates
- Opt-in
useOctetStreamfor file uploads. Sandbox file uploads default back tomultipart/form-data. SetuseOctetStream: true(JS) oruse_octet_stream=True(Python) when uploading to useapplication/octet-streaminstead.
Bug fixes
- Clearer team-blocked errors. Requests from blocked teams now include a
BlockedReasonfield in the API error response, so you can surface a useful message to your users. - Security updates. Resolved Dependabot alerts across the JavaScript and Python SDKs. Update to the latest SDK versions to pick up the fixes.