EachDocumentation Index
Fetch the complete documentation index at: https://docs.reclaude.ai/llms.txt
Use this file to discover all available pages before exploring further.
reclaude login registers a device under your account. One device = one session key on one machine.
Where to look
Dashboard nav → Devices. Each row shows:| Field | Meaning |
|---|---|
| Device name | The name you gave this machine when logging in |
| SK prefix | The first few characters of the session key, for identification |
| Organization | Which org this device is bound to / whose account it uses |
| Client version | The reclaude version currently running |
| Client platform | The device’s operating system (macOS / Linux / Windows) |
| Last used / Last IP | Timestamp and source IP of the most recent request |
| Added | When the device was registered |
Add a new device
On the new machine, run:Revoke a device
To stop using a device, click Revoke on the Devices page. After revocation:- The device loses access immediately — further requests are rejected.
- To use it again later, just run
reclaude loginonce more.
Devices revoked automatically
In rare cases the system auto-revokes a device’s session. Further requests from that machine will return401 device_revoked. Common triggers:
- The same account is used heavily on many machines simultaneously, tripping risk control
- The reclaude CLI or Claude Code CLI is too old
- A session validation anomaly
reclaude login again on that machine and re-approve via the Log in flow. Re-login within a monthly plan period doesn’t count against your switch quota. If it keeps happening, open a ticket so ops can check the account.
Device limit
Each account has a maximum number of devices. If you hit the limit, the next login’s approval page will say:Device limit reached: X devices max (currently Y). Revoke an old device first.Revoke a device you no longer need to free a slot.