Manage keys under Settings → API keys.
Create a key
- Go to Settings → API keys and create a new key.
- Give it a clear name (so you know which integration uses it) and choose its scope (read, write, or full).
- Copy the key when it's shown — it is displayed only once. Store it somewhere secure, like your integration's secrets manager. Ariyes keeps only a prefix for display, so we can't show you the full key again later.
Manage and revoke
Each key shows its prefix so you can identify it in the list without exposing the full token. If a key is no longer needed or may have leaked, revoke it — revoked keys stop working immediately.
Good practice
Use a separate key per integration, scope each one as narrowly as possible, rotate keys periodically, and never embed a key in client-side code or a public repository.