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

# User

> View profile, balance, and wallet info for the logged-in user

Quick lookups for the account currently logged into the CLI.

```bash theme={null}
mulerun user me        # profile (id, handle, email)
mulerun user balance   # account balance
mulerun user wallets   # wallet breakdown
```

All three commands accept `-o json` for machine-readable output.

## Tips

* `user me` is a cheap way to verify your login is still valid — it makes
  one authenticated GET and prints the resolved user identity.
* `user balance` returns a single number; `user wallets` breaks it down per
  credit type. Use the latter when you need to script against a specific
  credit kind.
