Machine Publications
The Endpoint Registry keeps routing, media types, static targets, enablement, throttling, status validation, analytics, and advertised publications synchronized.
Fixed publications
| Canonical path | Classification | Purpose |
|---|---|---|
/.well-known/ai.json | Vendor extension | Primary discovery manifest |
/.well-known/ai-discovery | Vendor extension | Registry-backed publication index |
/llms.txt | Community proposal | Site map with short literal extracts |
/llms-full.txt | Optional vendor extension | Complete literal stored-content corpus |
/llms-tldr.txt | Optional experiment | Deterministic budgeted briefing |
/knowledge-graph.json | Schema.org-based vendor endpoint | Configured identity and relationship graph |
/feed.json | JSON Feed 1.1 | Recent content |
/ai-sitemap.xml | Vendor extension | Machine-oriented content inventory |
/ai-usage.json | Vendor extension | Publisher-authored usage assertions |
/ai-actions.json | Vendor extension | Publisher-authored action links |
/skill.md | Vendor extension | Publisher-authored site guide |
/.well-known/api-catalog | RFC 9727 representation | Public REST API catalog |
The manifest and discovery index have /ai.json and /ai-discovery aliases. Usage and action publications have corresponding well-known aliases.
Literal LLMS behavior
/llms.txt groups eligible resources in stable publication order and includes each URL with a short literal stored-text extract.
/llms-full.txt is an optional Cybermaps publication containing complete literal visible stored text from the eligible inventory.
/llms-tldr.txt is an optional Cybermaps experiment using deterministic selection, publisher priority, fixed extracts, whole-entry budgeting, and an approximate ceil(UTF-8 bytes / 4) token estimate.
Search and chunks
/wp-json/cybermaps/v1/search provides fast bounded WordPress text search across eligible configured public post types.
RAG chunk routes split literal stored text into overlapping character windows and preserve headings as Markdown for targeted retrieval.
Localized variants
When multilingual publication is enabled, Cybermaps can serve:
/{language}/llms.txt/{language}/llms-full.txt/{language}/llms-tldr.txt
Physical localized output requires all mode.
A complete retrieval surface
Together, the fixed publications, localized variants, REST routes, and RAG chunks give retrieval systems multiple efficient ways to orient themselves, select relevant resources, and obtain useful site context. The manifest includes format and adoption metadata so clients can choose the best representation for their workflow.