Skip to main content

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.
esper auth login --token <jwt>
esper keys list
esper keys list --tenant-id <tenant-id>
After selecting a key secret, configure it during initialization:
esper init --api-key <secret> --tenant-id <tenant-id>