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

# base44 whoami

> Display the currently authenticated user.

<Warning>
  This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the [developer documentation](/developers).
</Warning>

# base44 whoami

Display the currently authenticated user.

## Syntax

```bash theme={null}
npx base44 whoami
```

## Authentication

**Required**: Yes. If not authenticated, you'll be prompted to login first.

## What It Does

* Reads stored authentication data
* Displays the email of the currently logged-in user

## Output

```bash theme={null}
$ npx base44 whoami
Logged in as: user@example.com
```

## Use Cases

* Verify you're logged in before running other commands
* Check which account you're currently using
* Confirm authentication is working properly
* Useful in scripts or CI checks to verify credentials

## Notes

* If you're not logged in, the command will prompt you to authenticate first
* The email displayed matches your Base44 account email
