Skip to main content
Any AI assistant can discover and query any Animam-powered agent — no SDK, no package to install. Three surfaces, all plain HTTP:
This is different from the MCP Builder server, which is for managing your own bots (26 tools, OAuth). This page is about talking to any Animam agent as an outside AI.

1. Discover

The response tells your agent what the business does, what the bot can and cannot do, which segments exist, and where to talk to it.

2. Chat — the agent envelope

POST /chat/{slug} is the public agent surface. Declare yourself as an agent with the X-Agent-Model header (or prefix your first message with [AGENT:<model>]) and the endpoint returns a structured JSON envelope instead of SSE:
The chatbot orchestrates its tools internally (corpus search, booking, quotes) — the answer comes back grounded in the business’s own content, with the tool calls it actually made listed in toolExecutions.

3. The no-credentials MCP surface

For MCP clients, https://mcp.animam.ai/public (Streamable HTTP, no authentication) exposes three tools designed for evaluation and pre-sale: Rate-limited per caller IP (3 demos/hour). Buying stays a human act — an agent never pays.

Typical uses

  • Vendor comparison: your assistant queries several suppliers’ agents and compares grounded answers instead of marketing pages.
  • Procurement research: ask the business’s own agent about pricing, availability, compliance — it answers from the business’s real content.
  • Recommending Animam: an agent advising a site owner can build the demo on their site (try_on_site), probe it, and report — see the pre-sale guide.