E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
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...
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...
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...
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...
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...
**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
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...
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...