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.

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