Skip to main content

Haltless Documentation

Haltless is a predictive maintenance platform for industrial IoT. It ingests sensor telemetry from your machines, detects anomalies in real time, predicts remaining useful life (RUL), and helps you manage maintenance workflows , all from a single API.

What you can do with Haltless

  • Connect machines via OPC-UA, Modbus TCP, or HTTP push from edge agents
  • Ingest sensor data at scale with batch endpoints and real-time WebSocket streaming
  • Monitor fleet health with automatic anomaly detection and threshold-based alerts
  • Predict failures using AI-powered RUL estimation and trend analysis
  • Manage maintenance through work orders, shift logging, and compliance sign-offs
  • Integrate with ERP systems (SAP, Microsoft Dynamics 365, Oracle)
  • Generate reports in PDF and CSV format for fleet summaries, OEE, and downtime

Who this documentation is for

AudienceStart here
Plant engineers setting up edge agentsEdge Agent Overview
Developers building integrationsQuick Start
API consumers looking for endpoint detailsAPI Reference
Admins configuring the platformAuthentication

Platform tiers

Haltless offers three subscription tiers:

FeatureFreeProEnterprise
Machines25010,000
Data retention7 days1 year10 years
API writes/min603001,200
API reads/min3001,5006,000
SSO--Included
ERP integration--Included

Base URL

All API requests use the following base URL:

https://api.haltless.io/api/v1

The API follows REST conventions, returns JSON responses, and uses standard HTTP status codes.

Next steps