> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt
> Use this file to discover all available pages before exploring further.

# login

> Authenticate the CLI with your Bluesky account.

Sign in with a Bluesky handle. The CLI exchanges credentials for a session
token used by every subsequent command.

## Usage

```bash theme={null}
rocksky login <handle>
```

## Parameters

| Name       | Required | Description                                    |
| ---------- | -------- | ---------------------------------------------- |
| `<handle>` | Yes      | Your Bluesky handle (e.g. `alice.bsky.social`) |

## Example

```bash theme={null}
rocksky login tsiry-sandratraina.com
```

After login completes, run [`rocksky whoami`](/cli/whoami) to confirm the
session is active.
