User ManualPodWarden Hub
Admin: API Keys
Cross-organization view of all API keys with search and revoke capabilities

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
| Field | Description |
|---|---|
| Name | Descriptive label chosen by the key creator |
| Key prefix | First characters of the key (pwc_...) for identification |
| Organization | Name of the organization that owns the key |
| Last used | Date the key was last used to authenticate a request |
| Created | Date the key was created |
| Status | Current status: active or revoked |
Available actions
| Action | Where | What it does |
|---|---|---|
| Search | Search input | Filters keys by name, organization name, or key prefix |
| Revoke | Trash icon per row (active keys only) | Permanently deactivates the key. The key cannot be re-activated. |
Status badges
| Badge | Meaning |
|---|---|
| active | Key is valid and can be used for authentication |
| revoked | Key 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