Introducing Anima: The Unified Identity Platform for AI Agents
AI agents are crossing from demos into production. They book travel, manage procurement, handle customer support, and negotiate with vendors. But to do any of that in the real world, an agent needs more than an LLM and a prompt. It needs identity.The Identity Gap
Think about what a human employee gets on day one: a work email, a phone extension, access credentials, and an ID badge. An AI agent doing the same job needs the same things — and until now, you had to stitch them together yourself. The current landscape looks like this:- Email: One vendor gives you agent inboxes
- Phone: Another gives you programmable numbers
- Credentials: You roll your own secrets management
- Identity: You hope nobody asks “which agent did that?”
One Platform. One API. One Identity.
Anima collapses the entire stack into a single platform. Every agent gets a unified identity that spans:- Email — Real inboxes on custom domains with inbound/outbound, content scanning, and webhooks
- Phone — US phone numbers with SMS and voice, backed by Telnyx with 10DLC compliance
- Vault — Bitwarden-backed encrypted storage for logins, API keys, and secrets
- Identity — W3C DIDs, Verifiable Credentials, and Agent Cards for discovery and trust
agent_id. All managed through one SDK.
What This Looks Like in Code
Here is a complete agent setup — email, phone, vault, and identity — in a single script:Key Differentiators
Cryptographic Identity (DIDs)
Every Anima agent gets adid:anima decentralized identifier. This is not just a database row — it is a W3C-compliant DID with public keys, service endpoints, and verifiable credentials. Agents can prove who they are to other agents, services, and compliance systems.
x402 Payments
Agents encounter paywalls and paid APIs constantly. Anima implements the x402 protocol: when a server returnsHTTP 402 Payment Required, the agent’s wallet automatically negotiates and pays — within budget guards you define. No checkout flows.
Policy Engine
Every action goes through a configurable policy engine. You define rules like “never spend more than $50 per transaction” or “only send emails to @acme.com domains.” Policies are enforced at the platform level, not in your application code.SOC 2 Controls
Anima is built for production. Dual-layer content scanning (regex + AI classification), API key scoping (master keys vs. agent keys), encrypted vault storage, and full audit logging.SDKs and Tools
Anima ships SDKs for the ecosystems where agents run:| SDK | Install | Status |
|---|---|---|
| Python | pip install anima-labs | GA |
| Node.js | npm install @anima-labs/sdk | GA |
| Go | go get github.com/anima-labs-ai/go | GA |
| CLI | npm install -g @anima-labs/cli | GA |
| MCP Server | 53 tools for Claude, GPT, and other LLM agents | GA |
Who Is This For?
- Agent developers who need production-ready identity primitives without building them from scratch
- Enterprises deploying agents that must comply with SOC 2, AML, and audit requirements
- AI-native startups building products where agents transact, communicate, and authenticate autonomously
Get Started
Anima is available today. You can be up and running in under 5 minutes:- Sign up at console.useanima.sh
- Install the SDK:
pip install anima-labsornpm install @anima-labs/sdk - Create your first agent and send an email — see the Quickstart
