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

**Describe the bug** The build process stops at step 7 out of 7, which is running the command "npm run build". The error message indicates that the build process failed...

This is especially useful for debugging and reproducing issues

feature

Relevant issues: https://github.com/e2b-dev/e2b/issues/35#issuecomment-1531591780

Related issues: https://github.com/e2b-dev/e2b/issues/37

**Model name** John Danny smith **Link**

new model request

**Describe the bug** Currently, API keys are stored in plain text in the browser LocalStorage API. **Concerns** Chrome extensions have access to the LocalStorage API. This means API keys can...

A simple validation without being too invasive with Input.tsx and without creating another component InputError.tsx. - Empty or malformed api key - Correct key format but not a paid account...

feature