API Keys
API keys authorize server-to-server access for approved integrators. Manage them from Settings > API Keys in the CSCS AOS portal, and store active keys only in backend systems or secret managers.API key dashboard
The API Keys screen shows whether your current key is active and gives the metadata needed for operational checks.API Keys are Active
Confirms that the current key can be used for protected operational requests.
First Generated
Shows when the active key was first issued for the business account.
Last Rotated
Shows the most recent key regeneration time, which helps confirm rollout timing.
Generated By
Shows the role or user context that generated the current active key.
Rotate a key
Rotate from the portal when a key is exposed, stale, shared too widely, or due for scheduled replacement.Select Regenerate Keys
Use the Regenerate Keys action on the API Keys screen. Regeneration creates a new secret key and invalidates the previous key.
Copy the new secret
In the New API Key Generated window, copy the secret key before closing the window. The plain-text secret will not be shown again.
Rotation checklist
| Stage | Action |
|---|---|
| Before rotation | Identify every service, job, and environment that uses the current key. |
| During rotation | Regenerate from the portal, copy the one-time secret, and update secrets in the same release window. |
| After rotation | Restart or redeploy dependent services, then monitor authentication failures and failed operational calls. |