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

# whoami

> Display the authenticated CLI identity and active workspace.

## `crewship whoami`

Shows the current user, server, active workspace and role. It also reports how
many workspaces are available.

```bash theme={null}
crewship whoami
crewship whoami --format json
```

Requires authentication. JSON output is intended for scripts; supported
formats are `table` and `json`.
