/v1 requires an API key in the Authorization header using
the Bearer scheme.
Create a key
- Go to Settings → Advanced → API Keys.
- Select Create API key.
- Choose a name that identifies the consumer, such as
LemeorClaude Code. - Keep the key read-only to query the resources available in this version.
- Copy and store the secret immediately. It will not be displayed again.
Use the key
Store the credential in your platform’s secret manager or in a local environment variable:Scopes
Always use the least privilege required. A
read key is enough for Leme and
agents that only query data.
Revoke a key
Immediately revoke a key that has been exposed or is no longer used. On the API Keys page, select the credential and confirm Revoke. Subsequent requests receive401 authentication_error.