E2B icon indicating copy to clipboard operation
E2B copied to clipboard

Secure open source cloud runtime for AI apps & AI agents

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

**Describe the bug** A clear and concise description of what the bug is. ![image](https://github.com/e2b-dev/E2B/assets/111034762/96fc5f8a-85b4-4c42-ac1d-37c338302750) **To Reproduce** Steps to reproduce the behavior: install the e2b cli in a WSL environment attempt...

bug
cli

Currently `sandbox.cwd` can return string or none/undefined but that don't make sense because even if a developer doesn't set cwd manually, all operations are happening in the `/` path. So...

Improvement

This PR adds the CLI command for printing logs for any sandbox you spawned. Tasks: - [x] Add flag for specifying format (json) - [x] Update docs - [x] Add...

feature

**Describe the bug** When running e2b sdk in cloudflare workers the sdk throws error because process isn't defined

bug
sdk

The SDK contains an old OpenAI integration that's not being used anymore JavaScript https://github.com/e2b-dev/E2B/blob/main/packages/js-sdk/src/templates/openai.ts Python https://github.com/e2b-dev/E2B/blob/13c778becbc0fceb940a005528ae89338366a9fb/packages/python-sdk/e2b/sandbox/main.py#L216

javascript
python
SDK
Improvement

The way we create a default user in our internal `provision.sh` messes up with our users wanting to customize permissions inside their Dockerfiles when creating custom sandboxes. Make sure all...

bug

Hi there, is it possible for this to be ran locally? I'm aware of the horrors/dangers of it but that's entirely why I want to! thanks

feature
question

When running AI GitHub developer some users experience an error in the JS SDK. > I keep getting an error from the sandbox when trying to run this. I've tried...

bug
javascript
SDK

Allow interacting with sandboxes via a REST API without the need to use our SDK and potentially without the need to manage your infrastructure. [E2B-468](https://linear.app/e2b/issue/E2B-468/sandbox-rest-api)

feature

When SDK tests fail it seems that the sandboxes are not properly closed. There are still some (around 15) sandboxes running after the action ends. They are killed after some...

bug