Skip to content
QUBIQ 1.0.4 is available.Download it
All platform features

Open API & realtime

REST for configuration and data, WebSocket for push. The product's own UI is built on them, so they cannot quietly rot.

A REST request and response beside a WebSocket subscription stream, with the browser UI shown as just another client.

The realtime gateway fans telemetry out over WebSocket using a protobuf schema rather than JSON, which keeps high-rate updates affordable on the wire.

Inbound REST routes are scope-controlled and outbound calls are guarded against SSRF, because a gateway that will fetch any URL on request is a liability on an OT network.

What you get

  • REST API for configuration and data
  • WebSocket push with a protobuf telemetry schema
  • Scope-controlled inbound routes
  • SSRF-guarded outbound requests