# Authentication

Securely access AuditX’s API with an API key:

1. **Generate an API Key**:
   * Go to **Account** > **API Keys** in AuditX.
   * Set permissions (e.g., Read, Write, Admin) and save the key in a secure location.
2. **Use the API Key**:
   * Include the key in your requests:

```
  Authorization: Bearer YOUR_API_KEY
```
