Code Sandbox — Execute Python, JS, SQL Safely

Sandboxed code execution API for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Code Execute Sandbox: Use this when you need to execute Python, JavaScript, or SQL code in a sandboxed environment and get the output. Supports Python (subprocess), JavaScript (eval), and SQL (in-memo

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Sandboxed code execution API for AI agents. Execute Python, JavaScript, or SQL in an isolated environment. Returns stdout, execution time, and errors. 10-second timeout for safety.

Tools: code_execute_sandbox.

Use this for running calculations, testing code snippets, data transformations, or SQL queries without needing a local runtime. Safe execution with resource limits.

Returns: {stdout, executionTime, errors}. No API key required — x402 micropayment $0.01/call on Base L2.

Список инструментов сервера (1)

Технические названия из tools/list. Нужны только разработчикам.

code_execute_sandboxUse this when you need to execute Python, JavaScript, or SQL code in a sandboxed environment and get the output. Supports Python (subprocess), JavaScript (eval), and SQL (in-memory SQLite). 1. output