PodWarden
User ManualPodWarden Hub

Admin: API Keys

Cross-organization view of all API keys with search and revoke capabilities

PodWarden Hub admin API keys
Cross-organization view of all API keys with search, status badges, and revoke controls

What you see

URL: /dashboard/admin/api-keys (requires admin or superadmin role)

The Admin API Keys page shows all API keys across all organizations. Unlike the user-facing API Keys page which only shows keys for the current user's organization, this page provides a global view for administrators.

The page has a search input at the top and a card listing all matching API keys.

Fields / columns

FieldDescription
NameDescriptive label chosen by the key creator
Key prefixFirst characters of the key (pwc_...) for identification
OrganizationName of the organization that owns the key
Last usedDate the key was last used to authenticate a request
CreatedDate the key was created
StatusCurrent status: active or revoked

Available actions

ActionWhereWhat it does
SearchSearch inputFilters keys by name, organization name, or key prefix
RevokeTrash icon per row (active keys only)Permanently deactivates the key. The key cannot be re-activated.

Status badges

BadgeMeaning
activeKey is valid and can be used for authentication
revokedKey has been permanently deactivated

Related docs

  • API Keys -- User-facing API key management
  • Admin Overview -- Admin entry point with active key count
  • MCP -- API keys are used to authenticate MCP connections
Admin: API Keys