API Keys let you authenticate against the Databases API from external applications, scripts, or integrations. Each key can have granular permissions and a configurable expiration date.Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.

Creating an API Key
Configure the key
Fill in the following fields:
- Name — A descriptive name to identify the key (e.g. “CI Bot”, “Backend Production”)
- Permissions — Select the permissions the key needs
- Expiration — How long the key should remain valid
Available permissions
Permissions are divided into two categories: Records| Permission | Description |
|---|---|
| Read records | Allows reading and searching records in collections |
| Create & update records | Allows creating new records and updating existing ones |
| Delete records | Allows deleting records |
| Permission | Description |
|---|---|
| Read files | Allows downloading file attachments |
| Upload files | Allows uploading files to records |
Expiration options
| Option | Description |
|---|---|
| 7 days | The key expires in 7 days |
| 30 days | The key expires in 30 days (default) |
| 60 days | The key expires in 60 days |
| 90 days | The key expires in 90 days |
| 180 days | The key expires in 180 days |
| No expiration | The key never expires |
Managing API Keys
The API Keys table shows all created keys with the following information:- Name — Key name
- Permissions — Assigned permissions
- Key — The last characters of the key (masked)
- Created — Creation date
- Expires — Expiration date
Available actions
- Regenerate — Generates a new key while keeping the same name and permissions. The previous key stops working immediately.
- Delete — Permanently deletes the key. Any application using it will lose access immediately.
Using the API Key
Include the key in theX-Api-Key header of your HTTP requests: