NoMeshOpslive server
Hosted access · device sign-in

One command in your shell. One approval here.

Just like aws login: the CLI opens this page with a device code, you approve it, and the session goes back to your terminal. This is the real endpoint. The code you enter is checked against a live grant this server issued.

Under the hood: the CLI calls /api/device/start to get a code, this page confirms it with /api/device/lookup, your choice posts to /api/device/decision, and the CLI polling /api/device/poll receives the session token. Try the whole exchange with the simulate button.