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

# whoami

> Show the current Alpic identity

Prints information about the currently authenticated identity. Works for both browser-based OAuth sessions and API key authentication.

## Usage

```bash theme={null}
alpic whoami
```

Displays the authenticated user name and email (OAuth) or the team name (API key).

## Extended Usage

```bash theme={null}
# Verify authentication before running a deployment
alpic whoami
alpic deploy
```

If the command reports that you are not logged in, run `alpic login` or set the `ALPIC_API_KEY` environment variable.

## Options

This command has no flags.
