@tpmjs/tools-e2b
List all running E2B sandboxes in your account.
401: authorization header is missing
Last checked: 3/6/2026, 4:14:32 AM
Test @tpmjs/tools-e2b (listSandboxes) 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 { listSandboxes } from '@tpmjs/tools-e2b';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { listSandboxes } from '@tpmjs/tools-e2b';
const result = await generateText({
model: openai('gpt-4o'),
tools: { listSandboxes },
prompt: 'Your prompt here...',
});
console.log(result.text);(templateId?: string) => Promise<unknown>Available configuration options
templateIdstringFilter sandboxes by template ID
Schema extracted: 3/6/2026, 4:14:31 AM
ERROR: No README data found!
Downloads/month
3
GitHub Stars
19
Quality Score