IoTMan Documentation
Build event-driven apps on IoTMan. Reference for the dashboard, the OAuth flows, and the management APIs.
IoTMan is a managed backend for event-driven apps. Producers append JSON payloads over HTTP or MQTT; you describe how those payloads become outputs using JSONPath rules; consumers read them over REST, WebSocket, or signed webhooks.
An output is the JSONPath projection of the log: a derived view that re-reads the events whenever the rule changes.
These docs cover the dashboard you use to set things up, the OAuth flows that gate access, and the APIs your producers and consumers talk to.
For an IoT-specific tour of the platform, see IoT solutions.
Sections
- Dashboard: manage workspaces, connections, and access control
- Guides: end-to-end walkthroughs for common use cases
- Authorization: protect data endpoints and external servers using OAuth 2.1
- Cookie Disclosure: what cookies IoTMan sets during OAuth2 flows and how to disclose them to your users