Settings

API keys

Credentials for calling the platform API: the key list, scopes, expiry, and the gateway endpoint.

API keys are the credentials your integrations use to call the platform — the ERP sync, the BI export, the script your partner runs nightly. Each key is a door into your data; this list is where you see how many doors exist.

Where you find it

Settings › Developer › API keys/settings/api-keys.

What it does

One row per key, showing its name and prefix, its scopes, and when it was created and expires. The API gateway configuration block shows the gateway endpoint (https://api.revenexx.com) with a copy button — the base URL every key is used against.

A key's full value is shown once, at creation, and never again; the list displays only the prefix (rvxk_…). If a value is lost, the answer is a new key, not a support ticket.

Fields and controls

Column / controlWhat it shows or does
Name / prefixThe key's label and its rvxk_… prefix.
ScopesWhat the key may access; * means everything.
Created / expiresLifetime of the key.
Row menu (…)Per-key actions.
Create API keyCreates a new key.
Copy endpointCopies the gateway URL.
Search, view switchStandard list controls.

What happens when you change it

A new key works immediately against the gateway endpoint. Revoking a key cuts off whatever used it — find out what that is first, because "the ERP sync stopped at 02:00" is how an unannounced revocation usually surfaces.

Keys with scope * can do everything the API can. That is convenient during integration and worth narrowing before go-live.

Permissions

Which Cockpit roles may create or revoke keys is not verified. The full key value is never retrievable after creation, for anyone.