Provider
Provider status (isProvider + application status)
Command line
The orl CLI wraps this endpoint:
orl provider status getAuthorization
apiKey AuthorizationBearer <token>
OpenRelay API key. Send it as Authorization: Bearer or_… (legacy vl_… keys still work).
In: header
Path Parameters
orgId*string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string/provider/status"{ "isProvider": true, "applicationStatus": "string", "applicationSubmittedAt": "string"}One-command node onboarding installer (auth = org API key bearer, OR a pre-minted provisioning token via ?token=) GET
Returns a self-contained shell installer (curl | sudo bash). With a bearer org API key it mints a fresh provisioning token (24 hours, any number of nodes); with ?token=vtk_… (e.g. minted from the dashboard) it self-auths and embeds that token instead. name only applies when minting (the token already carries it). Nodes always enroll as QEMU VM hosts in the community pool.
Submit a provider application POST
Next Page