# Animam.ai > AI agent infrastructure for builders. One engine, unlimited agents. ## About Animam.ai is an API-first platform for deploying AI-powered conversational agents at scale. Built for agencies, dev shops, and SaaS builders who need multi-tenant, multichannel, white-label AI agents for their clients. Hosted in France, GDPR compliant. ## Capabilities - Multi-tenant: one account, N bots. Parent auth, child bots, pooled conversations - Multichannel: same brain on widget, REST API, voice (phone), and MCP - White-label: custom domain, embedded admin, your brand — Animam invisible - BYOK: Bring Your Own LLM (Claude, GPT, DeepSeek, Kimi, Mistral, Groq, webhook) - Knowledge base (corpus) management with scraping and file import - 13 tool types: contact forms, quotes, calendar booking, Stripe payments, product recommendations, visitor memory, human escalation, OTP verification, external MCP proxy, two-tier corpus exploration - Visitor profiles with persistent key-value memory and OTP/JWT identification - Voice telephony via Vapi (STT + TTS, phone answering) - Agent detection (X-Agent-Model header) and 4 content policy levels (SFW_STRICT → UNFILTERED) - OAuth 2.1 + PKCE authorization for MCP clients (Claude Desktop, claude.ai, Cursor auto-discover) - **WordPress plugin**: 1-click install — widget injection, automatic content sync (posts/pages/CPT → corpus via idempotent externalId upsert), signed webhook receiver (HMAC-SHA256) delivering lead submissions into a WP custom post type. Source: github.com/animam-ai/animam.ai/tree/master/wordpress ## Integrations - **WordPress plugin** (open-source, PHP 7.4+, WP 6.0+) — full-stack integration: widget, corpus auto-sync, HMAC-signed webhook inbox for submissions. Idempotent via `externalId` (format `wp-{post_type}-{post_id}`). - **Outgoing webhooks** — Stripe-style HMAC-SHA256 signed deliveries (`X-Animam-Signature: t=,v1=`), configurable per tenant via `POST /tenants/:slug/webhooks`. Events: `submission.created`, `submission.updated`. Exponential backoff retries (30s → 6h, 6 attempts). - **Corpus bulk upsert** — `POST /tenants/:slug/corpus/bulk` for batch sync by `externalId` (any external CMS can integrate with the same pattern). ## Channels | Channel | Endpoint | Description | |---------|----------|-------------| | Widget | cdn.animam.ai/widget.js | Embeddable chat widget | | REST API | api.animam.ai/chat/{slug} | Programmatic chat | | Voice | api.animam.ai/voice/{slug}/chat | Phone answering (Vapi Custom LLM) | | MCP | mcp.animam.ai/mcp/sse | AI agent protocol (17 tools) | ## Pricing | Plan | Price | Conversations | Bots | Key Features | |------|-------|---------------|------|--------------| | Free | 0€ | 50 | 1 | Widget, API, Page context | | Starter | 29€/mo | 500 | 1 | + Contact forms, Corpus sync | | Builder | 49€/mo | 5,000 (pooled) | 5 | + Multi-bot, MCP, Stats API, CLI-first | | Pro | 79€/mo | 2,000 | 1 | + Analytics, All forms, Priority support | | Agency | 199€/mo | 10,000 | unlimited | + White-label, Custom domain | ## Discovery Endpoints - LLMs.txt: https://animam.ai/llms.txt - LLMs-full.txt: https://animam.ai/llms-full.txt - LLMFeed: https://animam.ai/.well-known/llmfeed.json - A2A Agent Card: https://animam.ai/.well-known/agent.json - MCP Discovery: https://animam.ai/.well-known/mcp.json - OAuth Discovery: https://api.animam.ai/.well-known/oauth-authorization-server - API: https://api.animam.ai - MCP: https://mcp.animam.ai ## Contact - Website: https://animam.ai - Email: contact@animam.ai - Support: support@animam.ai