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

Some users have reported a WebSocket error when using our SDK that looks like this ``` WebSocket failed to start: WebSocket failed to start ``` The goal of this issue...

bug

There's no way to inspect logs for a specific sandbox at the moment. Eventually, there'll be way to inspect logs in our dashboard. In the meantime, we can build a...

feature
CLI

# Experimental stateless JavaScript SDK for E2B The stateless version of our SDK allows you to spin up a sandbox from a client without managing the sandbox lifecycle on the...

js-rc

**Describe the bug** When closing and creating sandboxes quickly, the concurrency limit will be reached, the count is not updated right away. **To Reproduce** ```typescript import { Sandbox } from...

bug

**Is your feature request related to a problem? Please describe.** Deploying as part of a webserver so would like async functionality of sandbox **Describe the solution you'd like** async methods...

Currently, we're a bit naive when detecting a language runtime. We only detect if it's a browser or Node. The `platform` library we're using isn't able to detect well other...

bug

**Describe the bug** Sandboxes failing to reconnect via python client. **To Reproduce** ```python from e2b import Sandbox boxes = Sandbox.list() print([f"{b.sandbox_id}-{b.client_id}" for b in boxes]) for b in boxes: id...

null [E2B-467](https://linear.app/e2b/issue/E2B-467/when-creating-template-you-can-specify-name-but-when-listing-sandboxes)

Improvement

**Describe the bug** api auth not working **To Reproduce** Just run e2b sandbox **Expected behavior** runs **Browser console output** ``` e2b.api.v2.client.exceptions.BadRequestException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'content-type': 'application/json;...

1. Start building custom sandbox 2. Cancel once the build starts 3. Try building again right away ![Screenshot_2023-12-24_at_7 34 33_AM](https://uploads.linear.app/04a7540a-0641-46f7-aa84-e60fc1429e44/fc2e3f2d-da93-4366-8bb5-98369c3db192/30c743f8-0515-4a7b-ad96-013795e92c9b?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXRoIjoiLzA0YTc1NDBhLTA2NDEtNDZmNy1hYTg0LWU2MGZjMTQyOWU0NC9mYzJlM2YyZC1kYTkzLTQzNjYtOGJiNS05ODM2OWMzZGIxOTIvMzBjNzQzZjgtMDUxNS00YTdiLWFkOTYtMDEzNzk1ZTkyYzliIiwiaWF0IjoxNzAzNDM0NjEyLCJleHAiOjE3MDM1MjEwMTJ9.osgla2AstZs3d9yO37IEGcOaIhsaHQhjxnBLBpG3k0Q) From [SyncLinear.com](https://synclinear.com) | [E2B-455](https://linear.app/e2b/issue/E2B-455/when-you-cancel-the-custom-sandbox-build-in-the-middle-you-get-a)

bug
Improvement