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
--help—reply --helpandreply <command> --helpprint flags and examples, matching the installed version exactly.
Recommended agent reading order
docs.reply.io/llms.txt— find the relevant pages.- The specific page as
.md— read only what the task needs. - For MCP work:
tools/liston the live server for exact schemas. - For REST work: the OpenAPI spec for exact request/response shapes.