Four rows
On a device that already holds a credential the first row reads Sign in as a different account — same action, different sentence, because “Sign in” there looks like a no-op and that is how someone stuck on the wrong account concludes the wizard cannot help them.
Several accounts on one device
Probe stores credentials in named contexts, the waykubectl stores clusters. One device can hold several; exactly one is active.
probe run start.
“Signed in as X” is only half the answer. The other half is which of this device’s saved accounts is currently answering, which is why the wizard’s summary shows the active context alongside the email.
What sign-out actually does
Signing out is not just forgetting a token:- the token this device holds is revoked, not merely deleted
- the active context is cleared
- session capture stops, so it cannot keep uploading to the account you just left
- local import history is cleared
Signing in without a browser
For air-gapped machines and CI:~/.config/probe/config.json. Or skip the file entirely and set PROBE_TOKEN in the environment.
To mint and manage tokens:
Authentication in full
Token kinds, scopes, environment variables and the read-only MCP credential.