Create and manage API Keys
Create and manage API Keys
Summary
Flokzu allows you to create and manage multiple API Keys to consume services from the public API from external systems. Each API Key will have a name, description, expiration date (optional), and specific permissions based on the endpoints it grants access to.
This feature allows you to separate and limit access to the public API by integration, application, provider, or use case, enabling the use of more controlled, auditable credentials aligned with security best practices.
Before you start
Before creating an API Key, check the following:
- You must be an organization administrator.
- You must know which endpoints the integration will need to consume.
- If it will provide access to instances, identify the corresponding processes.
- If it will provide access to databases, identify the corresponding databases.
- If the key will expire, define the expiration date.
- Keep in mind that the key will be shown only once.
Step by step
View existing API Keys
- Go to Settings > Advanced > API Keys.
- Select View API-Keys.
- The organization’s API Keys list will open.
In the list, you will see information such as:
Information | Description |
|---|---|
Name or alias | API Key identifier. |
Creation date | Date when it was created. |
Expiration | Expiration date or indication that it does not expire. |
Last use | Date when it was last used. |
Scopes | Permissions assigned to the key. |
Status | Active, revoked, or expired. |

Create a new API Key
- From the API Keys list, select Create new API Key.
- Enter a name or alias to identify it.
- Add a description if you need to document what it will be used for.
- Define whether the key will have an expiration date or no expiration.
- Configure the permissions or scopes.
- Select the resource types:
- Instances
- Databases
- User management
- Select the allowed endpoints for that resource type.
- If applicable, select the processes or databases the key will have access to.
- Generate the API Key.
- Copy and store the key in a secure location.


Edit an API Key
- Go to the API Keys list.
- Find the API Key you want to modify.
- Select Edit.
- Modify the data.
- Save the changes.
Revoke an API Key
- Go to the API Keys list.
- Find the key you want to revoke.
- Select Revoke.
- Confirm the action.
When an API Key is revoked:
- It stops working immediately - integrations using it will no longer be able to authenticate correctly.
- It cannot be reactivated.
- If you need to restore access, you must create a new API Key.
API Key expiration
The expiration date is optional. If you define an expiration date, Flokzu will automatically invalidate the API Key when that date is reached.
Before and at the time of expiration, administrators will receive email notifications.
When an API Key expires:
- Its status changes to Expired.
- Integrations using it will no longer be able to authenticate correctly.
- To restore access, you must create a new API Key or use an active one with the required permissions.
Activity audit
Actions performed on API Keys are recorded in the activity audit and can be reviewed by administrators.
This includes:
- Creation.
- Editing the description or scopes.
- Revocation.
- Expiration.
Related articles
Updated on: 24/06/2026
Thank you!