Skip to content
/ e2b Public
forked from e2b-dev/E2B

Developer-first AgentOps platform - deploy, test, and monitor AI agents

License

Notifications You must be signed in to change notification settings

samsuchin/e2b

 
 

Repository files navigation

e2b e2b

Developer-first platform for deploying, testing, and monitoring AI agents

e2b (english2bits) is like AWS for AI agents. Our goal is to build a developer-first platform that helps developers to build reliable AI agents.

E2b allows developers to debug, test, deploy, and monitor their AI agents.

How e2b works

E2b is made of three parts:

  1. Infrastructure
  2. Cloud dashboard
  3. SDK (Launching Soon)

Every agent deployed on e2b gets their own small virtual machine.

🚀 Get started

You can start e2b's cloud dashboard locally via docker.

🐳 Start e2b with Docker

You will need:

  • Docker
  • Node.js 16+
  • Free ports 3000 (Next.js app), 54321 (Supabase API Gateway), 54322 (Supabase Database)

To start e2b run:

npm start

Then open page on http://localhost:3000.

npm start starts local Supabase in the background - to stop it you have to run npm run stop.

💻 Development setup

For developing with hot reloading and contributing to the project you may want to run the app locally without Docker (npm start command).

Follow these steps to set it up.

ℹ️ Community & Support

🤝 Contributing

We welcome any contributions! If you want to contribute to the project check out the contibution guide and join our Discord.

About

Developer-first AgentOps platform - deploy, test, and monitor AI agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.8%
  • Python 42.3%
  • JavaScript 0.7%
  • CSS 0.6%
  • Dockerfile 0.4%
  • Makefile 0.1%
  • Shell 0.1%