PodWarden
User ManualPodWarden Hub

API Keys

Create, view, re-issue, and revoke API keys for connecting PodWarden instances to Hub

PodWarden Hub API keys
API key management with create, re-issue, and revoke actions

What you see

URL: /dashboard/api-keys (requires login)

The API Keys page lets you manage the keys your organization uses to connect PodWarden instances to Hub and to authenticate API requests. Keys use the pwc_ prefix.

The page has a header with the title and a "Create Key" button. Below that is a card listing all your API keys, or an empty state message if none exist.

When you create a new key, a green banner appears at the top showing the full key value. This is the only time the key is displayed -- copy it immediately.

Fields / columns

FieldDescription
NameDescriptive label you chose when creating the key (e.g. "Production PodWarden")
Key prefixFirst characters of the key (pwc_...) for identification
Last usedDate the key was last used to authenticate a request
StatusCurrent key status: active or revoked

Available actions

ActionWhereWhat it does
Create KeyPage header buttonOpens a modal to name and create a new API key
CopyCreated key bannerCopies the full key value to the clipboard
DismissCreated key bannerHides the key display banner
Re-issueRefresh icon per key rowGenerates a new key value for the same key record. The old value stops working immediately.
RevokeTrash icon per key rowPermanently deactivates the key. It cannot be re-activated.

Status badges

BadgeMeaning
activeKey is valid and can be used for authentication
revokedKey has been revoked and will be rejected on use

Related docs

  • MCP -- Use API keys to connect AI clients to Hub
  • Dashboard -- Overview showing API key count
  • Settings: Hub -- Configure your PodWarden instance to use a Hub API key
  • Admin API Keys -- Admin view of all keys across organizations