0.16.0 • Published 1 day ago

e2b v0.16.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

What is E2B?

E2B Sandbox is a secure sandboxed cloud environment made for AI agents and AI apps. Sandboxes allow AI agents and apps to have long running cloud secure environments. In these environments, large language models can use the same tools as humans do. For example:

  • Cloud browsers
  • GitHub repositories and CLIs
  • Coding tools like linters, autocomplete, "go-to defintion"
  • Running LLM generated code
  • Audio & video editing

The E2B sandbox can be connected to any LLM and any AI agent or app.

Getting Started & Documentation

Please visit documentation to get started.

To create and control a sandbox, you use our SDK:

Install SDK

npm install e2b

Start sandbox

import { Sandbox } from "e2b";

// Create sandbox
const sandbox = await Sandbox.create();

// Let an LLM use the sandbox here
// Visit https://e2b.dev/docs/sandbox/overview to learn more about sandboxes.

// Close sandbox once done
await sandbox.close();
0.16.1-deno.0

1 day ago

0.16.1-deno.1

1 day ago

0.15.0

8 days ago

0.16.0

7 days ago

0.14.0

13 days ago

0.13.2

20 days ago

0.13.1

1 month ago

0.13.0

2 months ago

0.12.7

2 months ago

0.12.6

2 months ago

0.12.4

2 months ago

0.12.5

2 months ago

0.12.3

2 months ago

0.12.2

2 months ago

0.12.1

3 months ago

0.11.20

3 months ago

0.12.0

3 months ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago