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

# whoami

> Show the currently authenticated user.

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

Displays the account you're currently signed in with. Useful for verifying which account is active when working with multiple environments.

## Example

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

```
Signed in as: liam@example.com
```
