Start a desktop pairing
Anonymous endpoint. The desktop calls this first, opens the
browser at the returned verification_uri, and starts polling
pollDevicePair with the returned device_code.
The pairing expires after expires_in seconds; restart from
this endpoint if the user takes too long to confirm.
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Response
Pairing initialised
Response to POST /desktop/pair/start. Contains everything the
desktop needs to open the browser and start polling for confirm.
Long opaque identifier the desktop uses for polling. Never shown to the user. Treat as a secret — anyone who has it can poll for the issued credential.
Short human-readable code (8 chars, formatted XXXX-XXXX). The user types or sees this in the browser to confirm they are the one pairing.
"AB7K-PNQ3"
Where the user should go in the browser to confirm. The user code is already embedded so the page can pre-fill the confirm form.
"https://app.cyberun.cloud/desktop/pair?user_code=AB7K-PNQ3"
Seconds until both codes expire and pairing must restart.
300
Recommended seconds between Poll calls.
2
