The Wayback Machine - https://web.archive.org/web/20230831134732/https://github.com/e2b-dev/e2b
Skip to content

e2b-dev/e2b

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

E2B

Docs | Website | Discord | Twitter

Discord community server e2b Twitter

Try out E2B's AI Playgrounds for agents, copilots, and AI apps

E2B (english2bits) is a cloud operating system for AI agents.

With a single line of our SDK, you can give your AI agent a sandboxed cloud environment where your agent can do any of the following:

  • Run any code
  • Run any terminal command
  • Install dependencies and programs
  • Use filesystem
  • Upload and download files
  • Access the internet
  • Start a web server that's accessible from the internet
  • Clone git repositories
  • Start any process (even long-running such as a database)

This just a few examples of what can be done with our agent cloud environments.

Our SDK works with any AI agent (no matter what framework, you're using), and without the need to manage any infrastructure.

This is a monorepo that contains:

  • Admin dashboard
  • Python SDK
  • JavaScript & TypeScript SDK

Getting Started & Documentation

Visit docs to get started with the SDK.

Python

pip install e2b

JavaScript & TypeScript

npm install @e2b/sdk