Human-in-the-Loop
Create Sandbox VNC Preview
Starts or ensures Daytona Computer Use for the run sandbox and returns a signed noVNC preview URL.
post/api/v1/runs/{id}/sandbox/vnc
Path parameters
idstring required
Unique run identifier (ULID).
Response
Signed noVNC preview URL created
Example response
{
"url": "https://preview.example.com/sb-a1b2c3d4/6080?token=...",
"provider": "daytona",
"port": 6080,
"expires_in_secs": 3600
}