Intermediate15 minAdvancedDev Preview
Sandboxed Step Execution
The `sandboxed=True` parameter runs your step in a WebAssembly sandbox with complete isolation. Perfect for executing user-provided code in multi-tenant platforms - the code has zero access to your infrastructure, network, or filesystem.
Coming SoonDev Preview
This content is part of an upcoming preview program. Request early access
#python#sandbox#security#user-code
sandbox.py