Pair your phone with your account
A signed pairing token, scanned via QR. No password re-entry on the device; the token carries your identity and expires in 5 minutes.
How it works
/devices/pair mints an HMAC-signed token that embeds your user id and a five-minute expiry. The Android app scans the QR code, posts its device metadata to POST /v1/trpc/devices.redeemPairingToken, and the API verifies the signature before registering the device against your account.
Doing it step by step
- Sign in and open
/devices/pairon your computer. - Open the smartordercapture app and choose “Pair with cloud” during setup.
- Grant camera access when asked.
- Point your phone's camera at the QR code. On a successful scan the device appears in your dashboard.
If the QR expires
Tokens last 5 minutes. If you leave the page open longer, refresh to mint a new one.
Pairing multiple phones
Pro and Team pair unlimited devices. Each device keeps its own run history, and workflows target a specific device rather than syncing across every phone you own.
Unpairing
Open the Devices page, select the device, and click Unregister. That severs the cloud connection and stops push delivery.
Lost or stolen phone
Unregister immediately from the web dashboard. That invalidates the device's session token, so anything requiring the network stops working.