API keys
Create scoped API credentials and call Anchor safely.
Create a key
Open Settings, choose API credentials, and create a key with only the actions the integration needs. The raw secret is shown once; Anchor stores only its hash.
Send the key in the Authorization header:
Authorization: Bearer anchor_your_key
Accept: application/json
Keys can have a not-before time, expiry, and IP allowlist. Revoke a key immediately if it may have been exposed.
Permissions
account:readreads the current account identity.anchor:readreads Anchor settings, rules, and occurrences.anchor:managemanages settings, rules, and occurrence actions.rules:triggertriggers rules.
API reference
Open the API Docs link in the public navigation for the deployed Swagger UI. It documents the complete API-key surface, authorization requirements, Problem Details errors, and schemas.