Skip to main content

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:
  1. It scrapes your HTML
  2. It parses as best it can
  3. It hallucinates what it can’t find
  4. It gets outdated (periodic crawling)
Result: Approximate answers, no author intent, stale data.

The Animam Solution

┌─────────────────────────────────────────────────────────────┐
│                    CURRENT PARADIGM                          │
├─────────────────────────────────────────────────────────────┤
│   LLM ──scrape──▶ HTML ──parse──▶ ??? ──guess──▶ 🤷         │
└─────────────────────────────────────────────────────────────┘

                         ↓ ANIMAM ↓

┌─────────────────────────────────────────────────────────────┐
│                    AGENTIC WEB PARADIGM                      │
├─────────────────────────────────────────────────────────────┤
│   LLM ──question──▶ API/MCP ──intent──▶ Accurate answer ✓  │
└─────────────────────────────────────────────────────────────┘

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.
Your knowledge base powers everything. Same content, same persona, everywhere.

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 AgentActionWithout AnimamWith Animam
Perplexity”What are X’s prices?”Scrapes, parses, guessesCalls API, exact answer
Claude Desktop”Help me with X”Reads HTML, hallucinatesConnects via MCP
ChatGPT”Compare X and Y”Outdated dataReal-time query
Custom agentAutomationFragile, maintenanceStable 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