Deucalion Docs
Admin Reference
ReferenceAn information-oriented lookup resource. Use it to find specific values and definitions.
adminapi-keyscredentials

API Keys Route Reference

Understand scoped API key creation, one-time plaintext reveal, and the legacy redirect into Connected Systems.

Before you start

  • You need machine credentials for automation or external-system access.

Expected outcome

You can create and revoke keys safely and understand where the working key-management desk now lives.

What this route is for

API Keys is the legacy entrypoint for machine credentials used by integrations, automation, or external system access.

Visibility and route behavior

ItemDetails
Route idapi-keys
Current behaviourRedirects into #/connected-systems?section=api-keys.
VisibilityCustomer-facing when connected-system access is enabled.
Direct inboundOlder shell links, bookmarks, and Connected Systems context.

Main regions, dialogs, and controls

SurfaceWhat it does
API key tableLists existing keys with prefix, scopes, created date, and expiry.
Create dialogNew key with name, scopes, and optional expiry.
Detail dialogShows metadata and reveals the plaintext secret once.
Revoke flowRemoves a key from active use.
API docs linkOpens /api-docs for consumer guidance.

Key actions

  • Create a new scoped key.
  • Choose expiry such as 30, 90, 365 days, or no expiry.
  • Copy the plaintext key at creation time.
  • Review scope, expiry, and prefix later.
  • Revoke a key that should no longer be trusted.

Filters and URL state

ParamWhat it controls
keyIdOpen detail context
createOpens create mode
  • The working desk now lives inside Connected Systems, so the most important state is the destination section rather than a standalone workspace.

Outputs and side effects

  • Creates live machine credentials.
  • Reveals the plaintext secret only once after creation.
  • Revoking a key immediately affects any external automation that still depends on it.
  • Legacy #/api-keys bookmarks or shell entrypoints.
  • Connected Systems api-keys tab.
  • Redirect to #/connected-systems?section=api-keys
  • External /api-docs

Indirect handoffs

  • Key hygiene here directly affects whether external tools can continue to access Deucalion safely.
  • Scope choices determine how much downstream record access external automation will have.

Troubleshooting

SymptomWhat to check
The key secret is no longer visibleThat is expected. Plaintext reveal is a one-time action.
A standalone link seems to jump awayThat is expected because the active desk now lives in Connected Systems.
Automation suddenly fails after a revokeConfirm the external system was not still using the revoked key.

On this page