Guides to ship agents faster
Step-by-step walkthroughs for building, running, and scaling agents on secure Cloud Sandboxes.
Use E2B as the Execution Layer For Devin Outposts
Devin Outposts lets you run Devin sessions inside infrastructure you control, with each session running on an E2B microVM that keeps execution entirely within your cloud boundary.
JavaScript Guide: Run OpenAI Codex in an E2B Sandbox
Run OpenAI Codex in an E2B Sandbox from JavaScript: an isolated, long-running environment where the agent safely creates files, installs tools, and runs code.
Python Guide: Run OpenAI Codex in an E2B Sandbox
Run OpenAI Codex in an E2B Sandbox from Python: an isolated, long-running environment where the agent safely creates files, installs tools, and executes code.
Replicating Cursor’s Agent Mode with E2B and AgentKit
How to replicate Cursor's Agent Mode with E2B and AgentKit: build a coding agent that edits files, runs commands, and iterates inside a secure cloud sandbox.
Code interpreter with o1 and GPT-4o
Guide for building a JS/TS program that trains a ML model and displays the results in a graph.
Python code interpreter with o1 and GPT-4o
A step-by-step guide for building a Python program that trains a ML model and displays the results in a graph.
Code Interpreting with Groq and E2B in Python
Build a Python AI data analyst that uses Groq-powered LLMs and the E2B SDK to securely run AI-generated code in a sandbox.
Llama 3.1 with code interpreter in Python
Step-by-step guide for generating and executing code with Llama 3.1.
Llama 3.1 with code interpreter in JavaScript
How to generate and securely execute code with Llama 3.1, including a step-by-step guide.
Give LangGraph code execution capabilities
This example shows how to add code interpreting to an LLM using the Code Interpreter SDK and LangGraph.
Build LangChain agent with code interpreter
This example shows how to add code interpreting to an LLM using the Code Interpreter SDK and LangChain.
