Skip to main content
You are probably reading this inside a coding agent, or about to paste it into one. This site is built to be read that way.
This page is about the documentation MCP server, which serves these pages. It is not the Exo API MCP server, which serves your knowledge graph. Different URL, different purpose. For that one, see Integrations.

Add the docs as an MCP server

Your agent can then search these docs and navigate them directly, rather than working from whatever it remembers about an API it has never seen. There is no key and no account: the docs are public.

Read any page as Markdown

Append .md to any URL on this site and you get the source, with no navigation, no styling and no HTML to strip:
That is the cheapest way to hand an agent one specific page. It is also the right way to pin a single page into a prompt, because the Markdown is stable in a way scraped HTML is not.

llms.txt

The site is hand-authored for a model rather than auto-generated: at 80 operations, Mintlify’s automatic llms-full.txt would silently truncate past its 100,000-character cap, so Exo ships its own index plus one file per tab instead of a single dump. Start from llms.txt to let a model decide what it needs, then either fetch individual pages as .md or pull the one shard that covers what you are doing. None of these five files can silently truncate: they are committed, not generated on request.

Copy this page into an assistant

Every page carries a menu in its header with Copy page, View as Markdown, and options to open the page directly in ChatGPT or Claude. When you are stuck on one endpoint, that is faster than any of the above.

Why this exists

Exo’s whole argument is that an agent works better when it can read the thing it needs instead of reconstructing it from memory. Documentation an agent can ingest cleanly is the smallest honest version of that claim, so we ship it.

Next

Integrations

Connect your agent to your own knowledge graph, not just to these docs.

MCP tool reference

What the Exo tools do once your agent is connected.