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

# motus whoami

> Print the identity associated with your current Motus Cloud credentials.

Print the identity associated with your current credentials. Use this to confirm which account your CLI is authenticated.

## Usage

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

## Examples

### Check current identity

```bash theme={null}
motus whoami
API URL: https://api.lithosai.cloud
API key: sk-1234abcd...
```

### When not logged in

```bash theme={null}
motus whoami
Not logged in. Run: motus login --api-url <URL>
```
