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

# Whoami commands - Omni CLI

> Reference for the omni whoami command group: check the authenticated caller's identity and permissions.

Discover the authenticated caller's own identity, API key scope, organization role, and resolved per-model permissions, without attempting an action. Useful for verifying a profile or token before scripting against it. See the [Who Am I API documentation](/api/who-am-i) for more information.

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

| Command  | Description                                   |
| -------- | --------------------------------------------- |
| `whoami` | Get current identity and permissions (whoami) |

<Note>
  Every command in this group also accepts the [global flags](/developers/cli/reference/global-flags), including `--token`, `--profile`, `--format`, and `--compact`.
</Note>
