@useatlas/e2b
v0.0.5
Published
Atlas E2B sandbox plugin
Maintainers
Readme
@useatlas/e2b
E2B Firecracker microVM (managed) sandbox for the explore tool.
Install
bun add @useatlas/e2b e2bUsage
import { defineConfig } from "@atlas/api/lib/config";
import { e2bSandboxPlugin } from "@useatlas/e2b";
export default defineConfig({
plugins: [e2bSandboxPlugin({ apiKey: process.env.E2B_API_KEY! })],
});Config
| Field | Type | Default | Description |
|-------|------|---------|-------------|
| apiKey | string | — | E2B API key |
| template | string? | default | Sandbox template ID |
| timeoutSec | number | 30 | Command timeout in seconds |
