Example Agents
Explore complete, runnable example agents that demonstrate how to use the Anima platform.Available Examples
| Example | Services Used | Description |
|---|---|---|
| Email Agent | AI agent that monitors an inbox and auto-replies using GPT-4 | |
| E-Commerce Agent | Email, Vault | Purchase agent with AI evaluation, vault-backed checkout, and credential storage |
| Support Agent | Email, Vault | Customer support with AI triage, response generation, and escalation |
| Travel Agent | Email, Vault | Travel booking with AI planning, loyalty credentials, and vault-backed checkout |
| OpenAI Terminal | Terminal chat agent using OpenAI Agents SDK | |
| Vercel AI Agent | Streaming agent using Vercel AI SDK (TypeScript) |
Getting Started
Building Your Own Agent
Every Anima agent follows a similar pattern:- Create an agent — your agent’s identity on the platform
- Provision capabilities — email inbox, vault, phone number
- Implement logic — use AI to process inputs and make decisions
- Act through Anima — send emails, store credentials, place calls
- Clean up — deprovision resources when done
