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

# Keys

> Commands for listing tenant API keys after operator authentication.

## `keys list`

Lists API keys for the selected tenant. Use this when an operator token is
available and you need to discover a tenant key for CLI or hybrid runtime use.

```bash theme={null}
esper auth login --token <jwt>
esper keys list
esper keys list --tenant-id <tenant-id>
```

After selecting a key secret, configure it during initialization:

```bash theme={null}
esper init --api-key <secret> --tenant-id <tenant-id>
```
