@tpmjs/tools-e2b
Execute a shell command in an E2B sandbox.
Failed to run command in sandbox test: Failed to connect to sandbox test: 401: authorization header is missing
Last checked: 3/6/2026, 4:14:34 AM
Test @tpmjs/tools-e2b (runCommand) 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 { runCommand } from '@tpmjs/tools-e2b';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { runCommand } from '@tpmjs/tools-e2b';
const result = await generateText({
model: openai('gpt-4o'),
tools: { runCommand },
prompt: 'Your prompt here...',
});
console.log(result.text);(command: string, sandboxId: string, cwd?: string, timeoutMs?: number, background?: boolean) => Promise<unknown>Available configuration options
sandboxIdstringID of the sandbox
commandstringShell command to execute
cwdstringWorking directory for the command
backgroundbooleanRun command in background (default: false)
timeoutMsnumberCommand timeout in milliseconds (default: 60000)
Schema extracted: 3/6/2026, 4:14:34 AM
ERROR: No README data found!
Downloads/month
3
GitHub Stars
19
Quality Score