Animam provides a conversational interface between your website and any LLM. Instead of scraping HTML, AI agents can query your chatbot directly and get accurate, author-intended responses.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.
Why This Matters
The Scraping Problem
When Perplexity, ChatGPT, or any AI agent wants information about your business:- They crawl your website periodically
- Parse HTML structures that change
- Extract text without understanding context
- Generate responses that may be outdated or wrong
The Animam Solution
With Animam, AI agents can:- Query your API -
POST /chat/:slugwith a question - Get your answer - The response you control, in real-time
- Use structured context - Your corpus, your persona, your intent
Two Ways to Connect
REST API
Any LLM can query your chatbot via HTTP. Simple POST request, JSON response.
MCP Server
Claude Desktop and MCP clients connect directly. Native integration.
LLM Context Discovery
Animam exposes a/context/:slug endpoint that provides structured information about your chatbot:
- Discover what your chatbot can do
- Choose the right segment for their query
- Understand the persona they’re talking to
Use Cases
Perplexity / Search Agents
Instead of scraping your pricing page, Perplexity can query:Claude Desktop / AI Assistants
Your team can use Claude Desktop with your business context:Custom Integrations
Build agents that query multiple Animam chatbots:Next Steps
API Access
How to query chatbots via REST API
MCP Universal
Connect Claude Desktop to any chatbot