Integrations
API Keys
API Keys allow you to access the automated.finance API programmatically. You can create different keys with specific permissions for different parts of your application.
Creating an API Key
- Navigate to Integrations > API Keys.
- Click Create New Key.
- Provide a name for the key (e.g., "Backend Service").
- Select the scopes/permissions required.
- Click Create.
:::danger Make sure to copy your API Key immediately. For security reasons, it will not be shown again. :::
Authentication
All API requests must include your API Key in the Authorization header:
Authorization: Bearer YOUR_API_KEYRotating Keys
If you suspect a key has been compromised, you can revoke it immediately from the API Keys dashboard and generate a new one.