E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Secure open source cloud runtime for AI apps & AI agents

Results 167 E2B issues
Sort by recently updated
recently updated
newest added

**Issue** When pausing and resuming a sandbox multiple times using the sandbox.resume() method from the e2b package, a SandboxException with a 500 error ("Failed to create sandbox") is raised on...

bug

- When template is unspecified, the spawn/create command will use base as a default

**Describe the bug** I am consistently getting this error when running E2B sandbox with template which installs Pandas library for python: peer closed connection without sending complete message body (incomplete...

bug

- waiting for https://github.com/e2b-dev/code-interpreter/pull/106

docs

- I don't know why, but I couldn't run Python tests otherwise for some reason

sdk

This PR updates the sandbox spawn process to print the inspect URL to the console when a new sandbox is created using `e2b sbx spawn` or `e2b sbx create`. This...

Improvement
cli

- Python 3.9 is reaching EOL in October 2025

dependencies

Change In JavaScript specifically this is implemented using interfaces unlike classes in Python. I've found some issues with the interfaces-based approach - you're able to pass empty TemplateBase to Template.build...

Improvement

**Is your feature request related to a problem? Please describe.** In AI agent workflows, there is often a need to SSH into running containers for live debugging, remote development, or...

feature