Connect Signalweft to your existing OT and IT stack
Network telemetry is only useful when it flows into the systems your operations team already monitors. Signalweft publishes a REST API and webhook event stream so your MES, SCADA, WMS, or monitoring platform can consume network health data without a separate dashboard.
"cell_id": "cell_floor_a_01",
"sinr_db": 18.4,
"sla_status": "OK",
"device_count": 14
"cell_id": "cell_floor_b_02",
"sinr_db": 6.1,
"sla_status": "WARNING",
"device_count": 8
Works alongside the systems you already run
MES / SCADA platforms
Signalweft emits network health events to your MES or SCADA system via REST push. Alert your production control layer before SINR degradation becomes an E-stop event. Tested with Ignition, Wonderware, and custom PI integrations.
Warehouse management systems
WMS platforms receive connectivity status for each forklift or scanner in real time. Routing decisions and dock assignment can factor in device connectivity state, not just vehicle location.
Monitoring & observability
Push Signalweft metrics to Datadog, Grafana, or any Prometheus-compatible monitoring stack. SINR, SLA compliance rates, and device association counts as time-series metrics alongside your application observability data.
Alerting channels
Native webhook delivery to Slack, PagerDuty, and Microsoft Teams. Route SLA violation alerts to your NOC or operations Slack channel without writing any integration code.
Cloud CMMS / asset management
Network events can trigger maintenance work orders in your CMMS. Cell degradation events are logged against the physical asset ID so your maintenance team has a traceable history.
Custom integrations via API
Everything the Signalweft dashboard shows is available via REST API. Build your own integration for a proprietary OT platform, a custom SINR display on your control room screens, or an internal reporting pipeline.
REST API built for OT environments
Rate limits and authentication are designed for polling intervals common in industrial control systems — not just web app traffic patterns.
Authentication and access control
API keys are scoped to a site or a device class — your MES integration key can't read data from a different customer's tenant. Keys support IP allowlist binding for deployments where the integration origin is a static OT server IP.
- Per-site API key scoping
- IP allowlist binding for OT server origins
- Key rotation without downtime
$ curl -s \
-H "Authorization: Bearer swft_k1_..." \
https://api.signalweft.com/v1/sites
HTTP/1.1 200 OK
Webhook event delivery
Subscribe to network events by event type and severity. SLA violation, SINR threshold breach, device disconnection, and cell rebalance events are delivered to your endpoint within 2 seconds of detection.
- Configurable severity filters (INFO / WARNING / CRITICAL)
- Retry with exponential backoff on delivery failure
- HMAC signature verification on all deliveries
"severity": "WARNING",
"metric": "sinr_db",
"value": 6.1,
Connect Signalweft to your OT stack
Tell us which systems you need to integrate with. We'll confirm compatibility and give you API docs for your specific use case before you sign anything.