🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@useatlas/e2b

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/e2b

Atlas E2B sandbox plugin

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

@useatlas/e2b

E2B Firecracker microVM (managed) sandbox for the explore tool.

Install

bun add @useatlas/e2b e2b

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { e2bSandboxPlugin } from "@useatlas/e2b";

export default defineConfig({
  plugins: [e2bSandboxPlugin({ apiKey: process.env.E2B_API_KEY! })],
});

Config

FieldTypeDefaultDescription
apiKeystringE2B API key
templatestring?defaultSandbox template ID
timeoutSecnumber30Command timeout in seconds

Reference

  • Plugin SDK docs
  • Authoring guide

Keywords

atlas

FAQs

Package last updated on 10 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts