v106

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
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

urlstring required

Signed noVNC preview URL.

providerstring required

Sandbox provider that produced the VNC preview.

portinteger required

noVNC port exposed by the sandbox.

expires_in_secsinteger required

Signed URL time-to-live in seconds.

Example response

{
  "url": "https://preview.example.com/sb-a1b2c3d4/6080?token=...",
  "provider": "daytona",
  "port": 6080,
  "expires_in_secs": 3600
}