E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
**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...
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...
**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...
Instead of executing the docker commands in the code, use the Docker API to communicate with the Docker server.
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....
Add tailored onboarding (language, etc.) based on the user's selection. We keep this branch around mostly as a reference for the onboarding components.
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...
Right now `.files.watch` only watches the specified directory. The method would be more useful if it was also recursively watching all subdirectories.
When you use the `-f` flag with the `e2b sandbox logs` command on a running sandbox the logs are printed twice.