Documentation Index
Fetch the complete documentation index at: https://docs.warrn.io/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
To authenticate, add anAuthorization header with the contents of the header being Bearer warrn_xxxxxxxxx where warrn_xxxxxxxxx is your API key.
warrn_ followed by a random string. You receive the full key once at creation time — store it securely.
Create an API Key
Create a key
Click Create API Key. Give it a name (e.g. “Monitoring integration”) and select a permission level.
Permissions
Each API key has a permission level that controls what it can do:| Permission | Can read alerts | Can create/close alerts | Can manage settings |
|---|---|---|---|
read | Yes | No | No |
write | Yes | Yes | No |
admin | Yes | Yes | Yes |
Rate Limits
Each API key is limited to 1,000 requests per hour by default. If you exceed the limit, requests return429 Too Many Requests.
IP Allowlists
You can restrict an API key to specific IP addresses. When configured, requests from other IPs are rejected with403 Forbidden.
Leave the allowlist empty to permit requests from any IP.