HOMEAUTOPRO / DEVELOPERS

Your devices deserve a first-class API.

One account API, unique device credentials, capability schemas, and real-time events for the hardware you ship.

Connect a device in minutes

POST /api/device-ingest/{device_code}/state\nX-Device-Secret: dev_…\nContent-Type: application/json\n\n{ "state": { "power": true } }

Use your device code with the secret returned once at creation or rotation. API reference and OpenAPI are available at /docs.

Canonical state

Commands update desired state and emit a realtime event. Devices report the state they actually applied. Telemetry is stored separately for later retention and aggregation.