---
title: "tori whoami"
description: "show the logged-in account and plan"
---

show the logged-in account and plan

## Usage

```
npx tori.host whoami
```

Print the signed-in email and plan. Uses the token in ~/.config/tori/config.json, or TORI_TOKEN if set. Exits 1 and prints &quot;not logged in&quot; when there is no usable token.

## Options

None.


## Environment

- `TORI_TOKEN` — API token (overrides the config file; for CI)
- `TORI_API_URL` (default: https://api.tori.host) — API base URL

## Examples

None.

This reference matches `tori.host@0.9.7`.

Download this page as [Markdown](/downloads/markdown/cli/whoami.md).
