Create a new Sandbox.
The sandbox is NOT automatically deleted. Use delete_sandbox() for cleanup, or use sandbox() for automatic cleanup with a context manager.
create_sandbox(
self,
template_name: str,
*,
name: Optional[str] = None,
timeout: int = 30
) -> Sandbox