API ReferenceEdges
Start a staged rollout wave (platform owner)
Pushes a version to a deterministic cohort of an (edge_type, channel). Start at a low percent, watch, then promote. The version must be published.
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://api.xentr.ai/api/ota/rollouts" \ -H "Content-Type: application/json" \ -d '{ "edgeType": "xentr-fanuc", "channel": "stable", "targetVersion": "0.3.2" }'Empty
Edge heartbeat (edge-self, 30s cadence)
Edge reports online state + version + buffer telemetry. Updates last_seen_at + current_version for the fleet dashboard.
Pin an edge to a target version (staff)
Sets edges.target_version so the next manifest poll serves this version. The version must be published to a release channel first.