Python-only
A hosted isolated Python execution service for short-lived remote runs. This is not a general shell sandbox and not a multi-language execution platform.
Run agent-triggered or workflow-triggered Python without running it on your app host. disposable-exec gives you a narrow hosted Python execution path so you can keep generated or automation-triggered code off your core systems.
Start with one short Python run. Use Free if you only want to validate the flow first. Python-only. Short-lived runs. Not a general shell sandbox.
A hosted isolated Python execution service for short-lived remote runs. This is not a general shell sandbox and not a multi-language execution platform.
To run agent-triggered or workflow-triggered Python without running that Python on the app host, worker host, or user machine.
Useful when you need inspectable short-lived runs with status, stdout, stderr, exit code, and result, not long-running compute.
Send a Python script or a Python file bundle to the hosted API.
Run it in a disposable remote environment built for short-lived Python execution.
Inspect status, stdout, stderr, exit code, and result through the existing API flow.
Keep risky or generated Python off your core systems without building your own sandbox layer first.
Try one short hosted Python run before you wire the API or Python client. Python-only. Short-lived runs. Not a general shell sandbox.
You will get status, stdout, stderr, exit code, and execution ID.
If this page cannot reach the API from your browser, open Quickstart and continue with the direct API flow.