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** We've started seeing elevated rates of "Sandbox not found" exceptions from the past month. Here's the error trace: ``` SandboxException: Sandbox XXXXXX failed because it cannot be...

bug

User currently has no way to select for which team to build a sandbox template when running `e2b sandbox build`. We should have a way to "log in" with a...

bug
cli

**Is your feature request related to a problem? Please describe.** I want to use E2B from a native macOS application **Describe the solution you'd like** A native E2B Swift SDK...

feature
sdk

Instead of executing the docker commands in the code, use the Docker API to communicate with the Docker server.

bug
Improvement
cli

Envd seems to be blocking requests from browser because of CORS. The first OPTIONS request is successful but the next (start process) request fails on cors with no response headers....

bug
sdk

Add tailored onboarding (language, etc.) based on the user's selection. We keep this branch around mostly as a reference for the onboarding components.

docs
Improvement

When you create a sandbox with metadata you cannot change this metadata later. Also, you cannot easily access this metadata on sandboxes without listing all sandboxes. We should add endpoints...

feature
sdk

Right now `.files.watch` only watches the specified directory. The method would be more useful if it was also recursively watching all subdirectories.

feature
sdk

When you use the `-f` flag with the `e2b sandbox logs` command on a running sandbox the logs are printed twice.

bug
cli