Machine Publications

The Endpoint Registry keeps routing, media types, static targets, enablement, throttling, status validation, analytics, and advertised publications synchronized.

Fixed publications

Canonical pathClassificationPurpose
/.well-known/ai.jsonVendor extensionPrimary discovery manifest
/.well-known/ai-discoveryVendor extensionRegistry-backed publication index
/llms.txtCommunity proposalSite map with short literal extracts
/llms-full.txtOptional vendor extensionComplete literal stored-content corpus
/llms-tldr.txtOptional experimentDeterministic budgeted briefing
/knowledge-graph.jsonSchema.org-based vendor endpointConfigured identity and relationship graph
/feed.jsonJSON Feed 1.1Recent content
/ai-sitemap.xmlVendor extensionMachine-oriented content inventory
/ai-usage.jsonVendor extensionPublisher-authored usage assertions
/ai-actions.jsonVendor extensionPublisher-authored action links
/skill.mdVendor extensionPublisher-authored site guide
/.well-known/api-catalogRFC 9727 representationPublic 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.