JSPM

  • Created
  • Published
  • Downloads 3545
  • Score
    100M100P100Q65645F
  • License MIT

E2B SDK that give agents cloud environments

Package Exports

  • @e2b/sdk
  • @e2b/sdk/dist/cjs/index.js
  • @e2b/sdk/dist/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@e2b/sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

E2B JavaScript & TypeScript SDK

Docs | Website | Discord | Twitter

Discord community server e2b Twitter

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.

Getting Started & Documentation

Visit docs to get started with the SDK.

Installation

npm install @e2b/sdk