Skip to main content
Hand a coding agent the whole Relay contract. Choose docs as Markdown, the whole site as one file, the API as OpenAPI, an MCP server, an installable skill, or the paste-ready brief at the bottom of this page.

Machine-readable surfaces

  • Fetch llms-full.txt at build time or runtime to feed a pipeline, RAG system, or system prompt.
  • Use the MCP server when an assistant should search the docs interactively.
  • Use the page menu on any doc to copy that page as Markdown, or open it in ChatGPT, Claude, or Cursor.

Install the Relay skill

One command installs the Relay integration into Claude Code, Cursor, Codex, or any skills-aware agent. The skill then works offline.
The skill covers the quickstart loop, Agent Tokens, signed webhooks, typed message parts, groups, receipts, limits, and errors. Its topic files are generated from these docs.

Connect the MCP server

The server at https://docs.relayapp.im/mcp speaks streamable HTTP and exposes docs search and retrieval tools. It requires no authentication.
It returns current page content with source links.

The integration brief

Paste this into a coding agent, or save it beside an existing integration. It covers the current v0 HTTPS contract.

See also