upload_file# SandboxRuntime.upload_file(instance_id: str, local_path: str, remote_path: str) → None[source]# Copy local file into the sandbox. Parameters: instance_id (str) – Unique identifier of the sandbox instance. local_path (str) – Path to the source file on the local filesystem. remote_path (str) – Destination path inside the sandbox.