Skip to main content
Every layer of Reply.io documentation is available in a machine-readable form. Use these instead of scraping HTML.

This site (docs.reply.io)

Mintlify also serves any docs page as markdown — append .md to a page URL for the raw source.

The agents portal (agents.reply.io)

The agent discovery portal publishes its own machine surface, useful as a compact capability index before diving into full references here: The portal is a discovery layer; canonical technical facts live here on docs.reply.io.

Runtime discovery

Two sources are always current because they come from the running systems:
  • MCP tools/list — the live tool catalog with full JSON schemas and safety annotations. This is the runtime truth for MCP; regenerate the reference any time — see Tool reference.
  • CLI --helpreply --help and reply <command> --help print flags and examples, matching the installed version exactly.
  1. docs.reply.io/llms.txt — find the relevant pages.
  2. The specific page as .md — read only what the task needs.
  3. For MCP work: tools/list on the live server for exact schemas.
  4. For REST work: the OpenAPI spec for exact request/response shapes.