When an agent needs Python, but the app host should not become the runtime.
Teams building agent tools, operator copilots, and assistants that need real Python execution to do useful work.
Generated code lands directly on the app host or worker host, where simple mistakes become file writes, process sprawl, or harder-to-audit failures.
It gives the agent one hosted isolated Python execution path with inspectable status, stdout, stderr, exit code, and result.