
Right now, content representations can only be explicitly requested using the extension. For example, https://getkirby.com/docs/reference.md will yield the markdown version of the reference.
AI Agents such as Claude Code, etc. don’t know a site has this representation. So they have started to set the ‘Accept’ header to text/markdown to request a markdown version of the site if available.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Accept
It’d be very nice if the content representations had a way to be served on the main URL (https://getkirby.com/docs/reference) as markdown if the Accept header is correct.

Is it mainly Accept: text/markdown or are you aware of others too?

Only heard of markdown so far for this AI case

More reference about the feature:
CloudFlare Introducing Markdown for Agents
https://blog.cloudflare.com/markdown-for-agents/
https://developers.cloudflare.com/fundamentals/reference/markdown-for-agents/