Unkey · Capability
Unkey Identity Management
Workflow capability for managing identities in the Unkey platform. Identities group multiple API keys under a single external user or organization ID, enabling shared rate limits and analytics across all keys belonging to the same identity. Used by multi-tenant API providers and SaaS platforms.
What You Can Do
POST
Create identity
— Create a new identity for grouping API keys
/v1/identities
GET
List identities
— List all identities
/v1/identities
GET
Get identity
— Get an identity by ID
/v1/identities/{identityId}
PUT
Update identity
— Update identity metadata
/v1/identities/{identityId}
DELETE
Delete identity
— Delete an identity
/v1/identities/{identityId}
MCP Tools
create-identity
Create a new identity to group API keys under a single external user or organization
get-identity
Retrieve an identity by its ID or external ID
read-only
list-identities
List all identities in the workspace with pagination
read-only
update-identity
Update metadata for an existing identity
idempotent
delete-identity
Delete an identity and disassociate its grouped keys
idempotent
APIs Used
unkey