execute
Paid secure Python execution that serious agents actually use. Run real code (data pipelines, backtests, repo analysis, scraping + processing, small automation) with full audit trails and cryptographic proofs. Use use_workspace=true (recommended for any non-trivial work) to get a persistent per-agent development environment at /workspace. Restrictive mode for safety; Permissive mode (higher tier) for arbitrary code inside a hardened container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| tier | No | ||
| stdin | No | ||
| agent_id | No | Optional caller agent ID | |
| language | No | python | |
| permissive | No | Allow arbitrary imports and code (container is the security boundary). Priced higher. | |
| use_workspace | No | Mount a persistent per-agent workspace at /workspace (rw). Files, git clones, and installed packages survive across calls. Strongly recommended for any non-trivial multi-step work. | |
| timeout_seconds | No |