Every page as markdown
Every page as markdown
Any public page on a Falcata site — these docs included — is available as clean markdown two ways:
curl https://docs.falcata.dev/api/content.md
# or
curl -H "Accept: text/markdown" https://docs.falcata.dev/api/content
The markdown twin is the same published content with layout chrome removed — no HTML shell, no navigation, no client-side rendering required. For agents this is the preferred way to read: it's exact, cheap, and immune to how the page renders in a browser.
/llms.txt on each site indexes what's available; /llms-full.txt inlines it. See llms.txt and catalogs for the full discovery map.