infra
Basic Information
E2B Infrastructure is an open-source repository that provides the infrastructure components powering the E2B platform for AI code interpreting. The repo holds the deployment and hosting configuration used to run AI agents and their runtime environments in the cloud. It is intended as the backend infrastructure companion to the main E2B project, which supplies SDKs and a CLI for customizing and managing environments. This repository focuses on the platform-level resources required to host, scale, and operate agent workloads rather than on the agent code or SDKs themselves. The README highlights self-hosting capabilities and points users to a guide for setting up the infrastructure in their own cloud accounts using Terraform.
Links
Stars
601
App URL
Github Repository
Categorization
App Details
Features
The repository documents and supplies infrastructure-as-code deployed using Terraform to provision and manage cloud resources for running AI agents. It includes a self-hosting guide that walks users through deploying the platform on supported providers. The project signals explicit support status for cloud providers, with GCP marked supported, AWS indicated as in-progress, and Azure and generic Linux hosts not yet supported. The README positions this infra as the operational layer that complements the E2B SDK and CLI, enabling reproducible environment setup and centralized management of agent runtime components. The repo likely contains configuration, deployment scripts, and provider-specific templates referenced by the self-hosting documentation.
Use Cases
This infrastructure repository helps developers and operators deploy and manage the E2B platform so they can run AI agents reliably in cloud environments or on self-hosted infrastructure. By providing Terraform-based tooling and a self-hosting guide, it reduces the operational burden of provisioning consistent environments, managing cloud resources, and replicating the platform configuration used by E2B. It enables teams to control where their agents run, integrate with the main SDK and CLI for environment customization, and follow documented steps for supported cloud providers. The repo is useful for anyone who wants to run E2B in production or in private cloud settings while keeping infrastructure definitions version controlled.