Check preview service readiness
Performs an opt-in readiness check from the sandbox runtime host. This
distinguishes a routable preview port from a service that is actually
listening. URL creation remains non-blocking; failed service readiness
returns 200 with ready: false.
Authorizations
API key passed as Bearer token
Path Parameters
Sandbox ID (e.g. sb_a1b2c3d4)
Sandbox guest port to expose through browser preview. Reserved generic-preview ports are rejected:
22 is SSH-specific and 5900-5999 are desktop/VNC-specific.
1 <= x <= 65535Body
Readiness probe kind.
tcp, http HTTP path to check when kind is http.
Maximum time to wait for service readiness.
1 <= x <= 120Poll interval between readiness attempts.
100 <= x <= 5000Response
Preview readiness diagnostic result
True when route and service readiness both succeeded.
True when the runtime host route was resolved.
True when the service accepted the readiness probe.
tcp, http "preview_service_not_ready"
"Start the service, confirm the port, and bind to 0.0.0.0 inside the sandbox rather than only 127.0.0.1."