XentrDeveloper Docs
API ReferenceEdges

Claim an edge with a single-use code (public, rate-limited)

Called by the edge agent on first boot. Public endpoint — no bearer token required because the edge has none yet. Rate limit: 5/min per IP.

POST
/api/edge/claim
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/edge/claim" \  -H "Content-Type: application/json" \  -d '{    "claimCode": "XR742Q"  }'
Empty
Empty
Empty
Empty
Empty