Skip to content

For LLM agents

This page tells an agent how to read this portal cheaply and reliably.

ArtifactPurpose
/developers/llms.txtCurated entry points with one-line descriptions, plus an Instructions section
/developers/llms-full.txtEntire docs as one Markdown document
/developers/<path>.mdMarkdown twin of every HTML page — fetch this, not the HTML
/developers/manifest.jsonNav tree + route → content-hash map; compare hashes to detect changed pages
/developers/versions.jsonPublished doc versions and the current build timestamp
/developers/api/openapi.jsonThe frozen OpenAPI contract this build’s REST reference was generated from
/developers/sitemap.mdEvery page as a flat list of .md twins — the cheapest full index
  1. Prefer .md twins over HTML — same content, a fraction of the tokens.
  2. To find what changed since your last read, keep the pages hash map from manifest.json and compare it to the current one — the per-route hash changes only when that page’s content does.
  3. English pages are canonical; Russian mirrors exist for humans.
  4. Mermaid diagrams keep their source in the .md twins — read the code block, do not fetch the rendered SVG.