Judging by the content of this page: https://docs.sentry.io/api/auth/, auth tokens and API keys are two different kinds of entities, both of which allow for authentication.
Now while it’s possible to generate auth tokens in an on-premise installation of Sentry by navigating to https://{SENTRY_ON_PREM_URI_ROOT}/settings/account/api/auth-tokens/, how does one create API keys in the same?
Apologies if this is a basic question; I don’t seem to be able to find any documentation on this.
Found it by comparing against an older installation of Sentry: one can just go to https://{SENTRY_ON_PREM_URI_ROOT}/settings/{ORGANISATION_SLUG}/api-keys/. This page appears to be hidden from plain view since API keys are now deprecated in favour of auth tokens.