Hosted Python code intrepreter sandbox which is really useful for data analysis, flexible code execution, and advanced reasoning on-the-fly.

Install

Usage

import { e2b } from '@agentic/e2b'

const res = await e2b({ code: 'print("Hello, World")' })