@tpmjs/tools-e2b
Execute code in an E2B sandbox. Supports Python (default), JavaScript, TypeScript, R, Java, and Bash with streaming output and result capture. Requires E2B_API_KEY.
Test @tpmjs/tools-e2b (runCode) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-e2bpnpm add @tpmjs/tools-e2byarn add @tpmjs/tools-e2bbun add @tpmjs/tools-e2bdeno add npm:@tpmjs/tools-e2bimport { runCode } from '@tpmjs/tools-e2b';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { runCode } from '@tpmjs/tools-e2b';
const result = await generateText({
model: openai('gpt-4o'),
tools: { runCode },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
sandboxIdstringID of the sandbox to execute in
codestringCode to execute
languagestringLanguage: python (default), javascript, typescript, r, java, bash
timeoutMsnumberExecution timeout in milliseconds (default: 60000)
Schema extracted: 1/20/2026, 3:49:49 AM
ERROR: No README data found!
Downloads/month
0
Quality Score