e2b.dev
Open in
urlscan Pro
76.76.21.21
Public Scan
Submitted URL: http://e2b.dev/
Effective URL: https://e2b.dev/
Submission: On June 06 via api from US — Scanned from DE
Effective URL: https://e2b.dev/
Submission: On June 06 via api from US — Scanned from DE
Form analysis
1 forms found in the DOM<form><input type="file" id="chatlio-file-picker" style="display: none;"><label for="chatlio-file-picker" class="chatlio-file-picker-trigger"><svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<path fill="#677583"
d="M28.284 24.756l-7.073 7.073a2.001 2.001 0 0 1-2.826-.002 2.001 2.001 0 0 1-.002-2.826l9.901-9.902a2 2 0 0 0-2.828-2.828l-9.902 9.901a6.001 6.001 0 0 0 .002 8.483 6.001 6.001 0 0 0 8.483.003l7.074-7.074 9.19-9.19c3.515-3.514 3.513-9.22.002-12.73-3.514-3.514-9.214-3.513-12.73.001l-9.19 9.191-9.9 9.9c-4.686 4.686-4.687 12.284 0 16.97 4.687 4.687 12.284 4.688 16.97 0L38.185 29a2 2 0 1 0-2.829-2.829L22.627 38.898a7.999 7.999 0 0 1-11.313 0 8 8 0 0 1 0-11.314l9.9-9.9 9.19-9.19a5.002 5.002 0 0 1 7.073-.002 5.006 5.006 0 0 1-.002 7.073l-9.19 9.19z">
</path>
</svg></label></form>
Text Content
CHANGELOG BLOG DISCORD CAREERS DOCS PRICING SIGN IN Introducing: Code Interpreter SDK Python & JS/TS SDK for adding code interpreting to your AI app We are hiring! CODE INTERPRETING FOR AI APPS Open-source secure sandboxes for AI-generated code execution GET STARTED Trusted by Step 1: Install Code Interpreter SDK JavaScript / TypeScript npm i @e2b/code-interpreter Python pip install e2b_code_interpreter Step 2: Execute AI-generated code JavaScript / TypeScript import { CodeInterpreter } from '@e2b/code-interpreter' const sandbox = await CodeInterpreter.create() await sandbox.notebook.execCell('x = 1') const execution = await sandbox.notebook.execCell('x+=1; x') console.log(execution.text) // outputs 2 await sandbox.close() Python from e2b_code_interpreter import CodeInterpreter with CodeInterpreter() as sandbox: sandbox.notebook.exec_cell("x = 1") execution = sandbox.notebook.exec_cell("x+=1; x") print(execution.text) # outputs 2 GET STARTED By E2B Map of AI Agents Map of Agents' SDKs ChatGPT Plugin Smol Developer in Cloud Links GitHub Twitter Discord LinkedIn Company Contact Blog Changelog ©2024 FoundryLabs, Inc. All rights reserved. How can we help you?● EmailMuteEnd Chat undefined E2B Team E2B Team Question? Just type it below and we are online and ready to answer. Powered by Chatlio