Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.reclaude.ai/llms.txt

Use this file to discover all available pages before exploring further.

Start the login from the terminal

reclaude login
The terminal prints an authorization URL like:
Open this URL in your browser to authorize this CLI session:
https://reclaude.ai/cli/auth?state=...

Approve in the browser

  1. Open the link in your browser (or click it).
  2. If you aren’t signed in, sign in with your ReClaude email and password first.
  3. Review the device details on the page: hostname, platform, client IP, user agent.
  4. Give this device a memorable name — it’ll show up on the Devices page later.
  5. If you belong to multiple organizations, pick which one’s bound account this CLI should use: different orgs offer different accounts.
  6. Click Approve.
Back in the terminal, you’ll see a success message a few seconds later, and the session key is written to your local config.
If you didn’t start this login, close the page. Approving someone else’s session hands them your account.

Common login errors

MessageFix
Link expired / invalid stateThe CLI session timed out. Re-run reclaude login for a fresh link
Device limit reachedRevoke an old device on the Devices page first
No bound account in the selected organizationPick a different org, or contact support from the dashboard

Switching account / org

  • To sign in as a different ReClaude user, click Sign in as another account in the upper-right of the auth page.
  • To switch the default org used by this machine, run reclaude org (see Command reference).

Sign out

reclaude logout
This restores your Claude Code config to the state from before the last login. To wipe local credentials entirely, use reclaude uninstall.
Last modified on May 22, 2026