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

The sandbox should be either without delimiters or with a delimiter that does not prevent automatic selection (via clicking). Right now when you try to select the sandbox ID in...

Improvement

Some CLI commands would be much easier to use if we could invoke them with a flag for interactive mode and then set up the action we want to do...

Improvement
CLI

Right now CLI commands like `e2b sandbox kill` are only taking one argument specifying which sandbox to kill. We should allow passing of multiple arguments when users want to kill...

Improvement
CLI

Right now the output from commands like `e2b sandbox list` is not parseable because there are ASCII elements around the content. We can change this so it both easily navigatable...

Improvement
CLI

Right now search in the documentation does not search in the content of pages, just in the headers. This makes finding some features hard. Also, the search should include showing...

feature
docs

**Describe the bug** This would warn users before using `new Sandbox`, which doesn't connect to our backend. **Expected behavior** Type hints will prevent users before using it

SDK

This PR uses isomorphic WS package supporting Deno and Bun. The WS was the only thing blocking the compatibility with Deno and Bun. Tasks: - [ ] Test with cloudflare...

bug
Improvement

This CLI change updates the `e2b template build` command to use Docker API calls instead of `docker` commands. - https://e2b-team.slack.com/docs/TJDV3KYCX/F07GFUG6JJU

This PR introduces changes to the SDKs that: - Fix the lifecycle management by letting users specify sandbox timeout and getting rid of periodic refreshes in the background - Changes...

sdk
Improvement
js-rc
python-rc