{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing"}],"enrichment":{"capability":"Runs AI-generated or arbitrary Python code in isolated cloud sandboxes with state preservation across multiple executions.","skillfed_tags":["code-execution","ai-safety","sandbox"],"use_cases":["Execute LLM-generated Python code safely in an AI agent or chatbot without running it locally.","Build interactive notebooks or REPLs where code state persists across user inputs in a cloud sandbox.","Test or validate user-submitted scripts in a secure, isolated environment before review.","Run data analysis or math code from untrusted sources without exposing your system.","Prototype multi-step workflows where intermediate results must carry over between code blocks."],"what_it_does":"E2B Code Interpreter is a Python SDK that provisions and controls isolated, stateful code execution environments in E2B's cloud infrastructure. It lets you run Python code\u2014typically generated by LLMs or user input\u2014in a sandbox where each execution preserves state from previous runs, so variables and imports persist across calls. You authenticate with an API key, create a sandbox context, and call run_code() to execute snippets; the sandbox returns execution results including stdout and any errors.\n\nThe package is designed for AI workflows where you need to safely execute untrusted or dynamically generated code without risking your local system. It abstracts away sandbox provisioning and lifecycle management, exposing a simple context-manager interface. The underlying e2b dependency handles the cloud communication; httpx manages HTTP requests and attrs provides data structures.","worth_installing":"Yes, if you need to execute untrusted or AI-generated code safely. The package is actively maintained, has low install friction, uses a permissive license, and provides a clean API for a real security need. Requires an E2B account and API key, and incurs cloud costs; verify pricing and resource limits before committing to production use."},"id":"e2b-code-interpreter","links":{"html":"https://skillfed.io/packages/e2b-code-interpreter","md":"https://skillfed.io/packages/e2b-code-interpreter.md","pypi":"https://pypi.org/project/e2b-code-interpreter/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"permissive","name":"e2b-code-interpreter","python_support":"supports_current","summary":"E2B Code Interpreter - Stateful code execution"},"popularity":{"monthly_downloads":2640566,"position":2963,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.9.1"}
