Device API
Device Check-in
Reports device health status and receives pending actions
POST
Reports device health status and receives any pending actions. Edge agents should call this periodically (e.g., every 30 seconds) to maintain heartbeat and receive commands.
Authentication
Include the device API key in theX-Device-Key header:
Request Body
Device health status (e.g., “healthy”, “degraded”, “error”)
Key-value pairs of device metrics
Response
Array of pending actions for the device to execute