E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
## Problem Logs from the start command can have timestamps that do not correspond to the actual time if they were captured before starting the sandbox because we might be...
When you're following logs via CLI command like `e2b sandbox logs ioot03hnsk2zqean5fyha-d6041615 -f` and the sandbox gets killed the CLI command does not end with the message announcing that the...
**Describe the bug** When building my custom template, I get a 401 unauthorized when the container is being pushed. **To Reproduce** Steps to reproduce the behavior: 1. Build the template...
# Description - For now, any diff in `packages/` makes the workflow run each package's `./scripts/generate_api_ref.sh` - Each of these scripts now also copies and creates the proper file structure,...
**Describe the bug** I want to test if the E2B sandbox executes all commands well, as it's required for LLM Agent to do anything, but some issues appear: 1. the...
Currently the table demands an ultra-wide display
Currently the .toml file is generated after running `template build` command. From user-perspective, I want to be able see the .toml file before I run the build command
## Current behaviour ``` e2b template init --path=new-template ``` if the directory does not exist, it will throw an error: ## Expected behaviour ``` e2b template init new-template ``` Will...
### Description - users can now pass a `onFileCreation` listener via the `Sandbox.create` and ` Sandbox.connect` methods. - Handling of recursive nature of events and tests reflect [changes in envd](https://github.com/e2b-dev/infra/pull/179)...
You can download files from the sandbox by calling a method in SDK or via a provided download URL, but you cannot do this for directories — you would need...