Build with Anima
Get your agent online in seconds.
One identity — email, phone, voice, and a credential vault — behind one API. Start from a template, paste a prompt into your coding agent, or drop in the SDK.
Get Started
Three ways to your first agent
The fastest path is to let your coding agent onboard itself. Paste this prompt — it fetches the skill, signs up, and unlocks a full identity once you confirm the email.
Read useanima.sh/skill.md and get me set up with Anima
CLI
One command to provision an identity and start sending.
npm install -g @anima-labs/cli anima onboard
MCP server
Point any MCP-aware agent at the hosted server (Bearer auth).
mcp.useanima.sh/mcp
API & SDKs
REST, TypeScript, Python, and Go — full reference in the docs.
docs.useanima.sh
Templates
Start from an example agent
Documented, copy-pasteable recipes that wire the channels together. Fork one and swap in your own logic.
Customer support agent
Answers inbound calls, verifies the caller over SMS, resolves on the line, and emails a recap — all from the agent's own identity.
View recipeOutbound SDR
Books meetings from the agent's own number — TCPA and DNC gates run server-side before every dial.
View recipeResearch assistant
Gathers and synthesizes — emailing sources for what the web won't give up, then delivering a cited report.
View recipeProcurement agent
Sources vendors over email, negotiates on a call, and logs every PO with a correlation ID.
View recipePersonal assistant
Runs errands and logistics — books by phone, confirms over SMS, and keeps you in the loop by email.
View recipeAccount automation
Logs into any site with vaulted credentials it can use but never sees, reading 2FA codes from SMS.
View recipeMeeting scheduler
Email your agent to book time — it checks your rules, offers open slots, and confirms in the same thread.
View recipeInbox zero agent
Drafts a reply to every thread that needs one overnight, so you approve them in the morning.
View recipeInvoice processor
Invoices land in the agent's inbox — it extracts the details, matches a PO, and routes for one-click approval.
View recipeNewsletter digest
Subscribe from the agent's own inbox; it reads what arrives and emails you one scannable daily digest.
View recipeOn-call notifier
Pages the on-call human by SMS, escalates to a call when there's no acknowledgement, and logs who responded.
View recipeRecruiting coordinator
Reaches out to candidates from its own inbox, schedules screens, and texts reminders so fewer interviews get missed.
View recipeSDKs
Native in your language