infra
infra copied to clipboard
Infrastructure powering E2B - Secure Runtime for AI Agents & Apps
E2B Infra
Open Source Infrastructure
Powering Cloud Runtime for AI Agents
Docs | Website | Discord | Twitter
Visit e2b-dev/e2b repo for more information about how to start using E2B right now.
What is E2B Infra?
E2B is a cloud runtime for AI agents. In our main repository e2b-dev/e2b we are giving you SDKs and CLI to customize and manage environments and run your AI agents in the cloud.
This repository contains the infrastructure that powers the E2B platform.
Project Structure
In this monorepo, there are several components written in Go and a Terraform configuration for the deployment.
The main components are:
- API server
- Daemon running inside instances (sandboxes)
- Nomad driver for managing instances (sandboxes)
- Nomad driver for building environments (templates)
The following diagram shows the architecture of the whole project:
Deployment
The infrastructure is deployed using Terraform and right now it is deployable on GCP only.
Setting the infrastructure up can be a little rough right now, but we plan to improve it in the future.