claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Uncategorized / Others

code-interpreter

Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app

Actively maintained
100/100
last commit 6 days ago
last release 16 days ago
releases 100
open issues 14
// install
git clone https://github.com/e2b-dev/code-interpreter

E2B Code Interpreter Preview E2B Code Interpreter Preview

What is E2B?

E2B is an open-source infrastructure that allows you to run AI-generated code in secure isolated sandboxes in the cloud. To start and control sandboxes, use our JavaScript SDK or Python SDK.

Run your first Sandbox

1. Install SDK

JavaScript / TypeScript

npm i @e2b/code-interpreter

Python

pip install e2b-code-interpreter

2. Get your E2B API key

  1. Sign up to E2B here.
  2. Get your API key here.
  3. Set environment variable with your API key.
E2B_API_KEY=e2b_***

3. Execute code with code interpreter inside Sandbox

JavaScript / TypeScript

import { Sandbox } from '@e2b/code-interpreter'

const sbx = await Sandbox.create()
await sbx.runCode('x = 1')

const execution = await sbx.runCode('x+=1; x')
console.log(execution.text)  // outputs 2

Python

from e2b_code_interpreter import Sandbox

with Sandbox.create() as sandbox:
    sandbox.run_code("x = 1")
    execution = sandbox.run_code("x+=1; x")
    print(execution.text)  # outputs 2

4. Check docs

Visit E2B documentation.

5. E2B cookbook

Visit our Cookbook to get inspired by examples with different LLMs and AI frameworks.

Customizing the sandbox template

Need extra packages or a different runtime? You can build your own Code Interpreter sandbox template. See the template guide for a step-by-step walkthrough of creating, building, and using a custom template (as well as building the production code-interpreter-v1 template).

// compatibility

Platformsapi
Operating systems
AI compatibilityclaude
LicenseApache-2.0
Pricingopen-source
LanguagePython

// faq

What is code-interpreter?

Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app . It is open-source on GitHub.

Is code-interpreter free to use?

code-interpreter is open-source under the Apache-2.0 license, so it is free to use.

What category does code-interpreter belong to?

code-interpreter is listed under uncategorized in the Claudeers registry of Claude-compatible tools.

0 views
2,356 stars
unclaimed
updated 11 days ago

// embed badge

code-interpreter on Claudeers
[![Claudeers](https://claudeers.com/api/badge/code-interpreter.svg)](https://claudeers.com/code-interpreter)

// retro hit counter

code-interpreter hit counter
[![Hits](https://claudeers.com/api/counter/code-interpreter.svg)](https://claudeers.com/code-interpreter)

// reviews

// guestbook

0/500

// related in Uncategorized / Others

🔓

FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Q…

// uncategorizedx1xhlol/141,492GPL-3.0[ claude ]
🔓

The agent engineering platform.

// uncategorizedlangchain-ai/Python140,862MIT[ claude ]
🔓

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

// uncategorizedn8n-io/TypeScript195,721NOASSERTION[ claude ]
🔓

100+ AI Agent & RAG apps you can actually run — clone, customize, ship.

// uncategorizedShubhamsaboo/Python116,798Apache-2.0[ claude ]

// built by

Connectorlinks several projects together across the ecosystem · 5 connections
→ see how code-interpreter connects across the ecosystem