exec_python
Execute Python code in an isolated Docker sandbox with a 30-second timeout and 64KB output cap. Each run costs $0.02 USDC, with no network access and a read-only filesystem.
Instructions
Run Python code in an isolated Docker sandbox. Costs $0.02 USDC per execution. No network, read-only filesystem, 30s timeout, 64KB output cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python source code to execute |