---
source: https://cli.eloqnt.dev/docs/cli/whoami
docs_index: https://cli.eloqnt.dev/llms.txt
---

# eloqnt whoami

Check which account and plan the CLI is currently using.

Run `eloqnt whoami` to print details about the logged in account:

```console
$ eloqnt whoami
Email:      jan@amann.work
Plan:       Hosted model
Quota used: 34% (resets Aug 1)
```

Since `ELOQNT_TOKEN` takes precedence over the interactive login, this is also a quick way to verify that an [API key](https://engine.eloqnt.dev/app/keys) in CI resolves to the account you expect.

## Flags

| Flag | Type | Description |
| --- | --- | --- |
| `--config` | `string` | Path to the eloqnt config file (defaults to .eloqnt/config.{ts,mts,js,mjs}) |
| `--json` | `boolean` | Output the result as JSON |

---

For an index of every eloqnt/cli documentation page, see [https://cli.eloqnt.dev/llms.txt](https://cli.eloqnt.dev/llms.txt).
