Skip to content

Control API

WSS/v1/sprites/{name}/control

Multiplexed control channel for sequential operations (exec, proxy) over a single persistent WebSocket connection. Reduces connection overhead for clients sending many operations.

Query Parameters

op:optionalstring

Auto-start operation on connect (exec, proxy)

StatusDescription
101Switching Protocols - WebSocket connection established
400Bad Request - Invalid WebSocket upgrade or missing parameters
404Not Found - Resource not found
Request

WSS/v1/sprites/{name}/control

Persistent WebSocket connection that multiplexes sequential operations (exec, proxy) over a single connection using the control envelope protocol.

StatusDescription
101Switching Protocols - WebSocket connection established
400Bad Request - Invalid WebSocket upgrade or missing parameters
404Not Found - Resource not found
Request