The JavaScript Sandbox SDK now has a first-class fork operation backed by the Sandbox fork API. Add equivalent async and sync fork_sandbox(...) support to the Python SDK, including support for selecting the source sandbox by name, optionally naming the fork, and passing the same supported configuration overrides as the upstream SDK.
The implementation should follow the current server-side inheritance semantics and fit the Python SDK’s existing service, operation, and lifecycle patterns. Add API-client coverage plus public-flow tests and document the behavior alongside create_sandbox and snapshot restoration.
Links:
The JavaScript Sandbox SDK now has a first-class fork operation backed by the Sandbox fork API. Add equivalent async and sync
fork_sandbox(...)support to the Python SDK, including support for selecting the source sandbox by name, optionally naming the fork, and passing the same supported configuration overrides as the upstream SDK.The implementation should follow the current server-side inheritance semantics and fit the Python SDK’s existing service, operation, and lifecycle patterns. Add API-client coverage plus public-flow tests and document the behavior alongside
create_sandboxand snapshot restoration.Links: