🔐 API Keys
The API Keys page enables developers and QA testers to integrate Nota AI with other systems through secure, token-based authentication.🔍 Features of the API Keys Page
👁 Viewing API Keys
- See all previously generated API keys in a list.
- Each key displays the following metadata:
- Name: A user-defined label for easier identification
- Created Date: When the key was generated
- Created By: The user who created the key
- Actions: Revoke a key if needed
⚠️ For security reasons, the full key is shown only once at the time of creation.

➕ Generating a New API Key
To create a new API key:- Navigate to the API Keys page in the Nota AI dashboard
- Click “Add New Key” in the top right corner
- Enter a name for the key
- Click “Create API Key”
⚠️ Make sure to copy and store the key securely—it’s only visible once.

🔐 Using API Keys for Authentication
Once you’ve created a key, use it to authenticate API calls.Request Header
Request Parameters
| Parameter | Type | Description |
|---|---|---|
data | array | List of workflow descriptions specifying the tests to execute |
environment_name | string | Name of the environment where the workflow should run (e.g., staging, production) |
suite_name | string | Logical grouping name for organizing the workflows |

