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

## 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...

bug

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...

bug
cli

**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...

bug

# 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...

bug

Currently the table demands an ultra-wide display

Improvement
cli

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

feature

## 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...

feature

### 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)...

feature
sdk

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...

feature
sdk