> ## 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.

# Log in

> Use reclaude login to bind this machine to your ReClaude account via the browser device flow, then run Claude Code with the assigned official Anthropic account — no API key, no configuration.

## Start the login from the terminal

```bash theme={null}
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](/en/account/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.

<Warning>
  If you didn't start this login, **close the page**. Approving someone else's session hands them your account.
</Warning>

## Common login errors

| Message                                       | Fix                                                                   |
| --------------------------------------------- | --------------------------------------------------------------------- |
| Link expired / invalid state                  | The CLI session timed out. Re-run `reclaude login` for a fresh link   |
| Device limit reached                          | Revoke an old device on the [Devices](/en/account/devices) page first |
| No bound account in the selected organization | Pick 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](/en/cli/commands)).

## Sign out

```bash theme={null}
reclaude logout
```

This restores your Claude Code config to the state from before the last `login`. To wipe local credentials entirely, use `reclaude uninstall`.
