REST API
The REST API allows developers to integrate directly with the platform. As an admin, you are responsible for creating and managing the API keys used to authenticate requests.
Accessing API Key Management
- In the left sidebar, go to Settings → Public API.
- You will see a list of existing API keys, including names and descriptions.
Generating a New API Key
-
Click + Generate Key.
-
Fill out the form:
- Name — A short, clear name for the key.
- Example:
Vibe Coding
,Test Prod
,LocalTesting
.
- Example:
- Description — Optional, explain what the key will be used for.
- Example:
Key for testing API calls in staging
.
- Example:
- Expiry Date — Optional, add an expiration for security.
- Name — A short, clear name for the key.
-
Click Generate.
⚠️ The new key will only be shown once. Make sure to copy and store it securely.
Updated 8 days ago