Lattice documentation

Lattice is an IoT platform: connect devices over plain HTTPS (or MQTT if you self-host), watch telemetry live, build dashboards, and automate with rules.

The short version

Devices talk to Lattice with a single bearer token:

  • Provision a device in the app — you get the token once, plus ready-made snippets.
  • POST flat JSON telemetry over HTTPS; it lands in charts within seconds.
  • Long-poll for commands and acknowledge them when done.
  • Rules turn telemetry and status changes into alerts, commands, webhooks, and emails.