Visit e2b-dev/e2b repo for more information about how to start using E2B right now.
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.
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:
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.