Skip to main content

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 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>