Agentity requires an active subscription. Without a subscription, identity provisioning calls will return an error.
Core concepts
Identities
An identity bundles email, phone, and virtual card credentials under a single agent ID.
Vault
An encrypted per-agent secret store for sensitive credentials like card numbers and tokens.
Providers
Third-party services (AgentMail, AgentPhone, Privacy.com) that issue the actual credentials.
Intents
A structured audit log of every action your agent takes through Agentity.
How it fits together
Each agent you build gets a uniqueagentId that you choose. When you provision an identity for that agent, Agentity calls the relevant providers on your behalf using the API keys you configured, then stores the resulting credentials. The vault lets your agent store sensitive data — like a one-time card number — so it can retrieve it later in the same session or across sessions.
All provider API keys and vault secrets are encrypted at rest. Agentity never stores plaintext credentials.