Documentation Index
Fetch the complete documentation index at: https://docs.animam.ai/llms.txt
Use this file to discover all available pages before exploring further.
Welcome to Animam
Animam makes your website’s intent queryable by any LLM. Three channels, one source of truth: Widget for humans, API for integrations, MCP for AI agents.The Problem
Today, when an LLM wants information about your website:- It scrapes your HTML
- It parses as best it can
- It hallucinates what it can’t find
- It gets outdated (periodic crawling)
The Animam Solution
Three Channels, One Source
Widget
For your website visitors. Embed on any page. Answers questions instantly.
REST API
For your integrations. Any LLM can query your chatbot programmatically.
MCP Server
For AI agents. Claude Desktop & AI agents connect directly.
Why Animam?
5-minute deployment
One line of HTML code. No complex configuration.
Powered by Claude
Anthropic’s Claude AI. Natural and contextual responses.
API-first
Complete REST API, scoped tokens, MCP server for Claude Code.
GDPR compliant
Data hosted in Europe. Your content is never used to train models.
Use Cases
| AI Agent | Action | Without Animam | With Animam |
|---|---|---|---|
| Perplexity | ”What are X’s prices?” | Scrapes, parses, guesses | Calls API, exact answer |
| Claude Desktop | ”Help me with X” | Reads HTML, hallucinates | Connects via MCP |
| ChatGPT | ”Compare X and Y” | Outdated data | Real-time query |
| Custom agent | Automation | Fragile, maintenance | Stable API |
Getting Started
Quickstart
Deploy your first chatbot in 5 minutes
For AI Agents
How LLMs can query your chatbot
API Reference
Explore the complete REST API
MCP Server
Integrate with Claude Code