geondex
Docs

llms.txt & Markdown

Machine-readable entry points for agents and LLMs — llms.txt, llms-full.txt, a Markdown copy of every docs page, and the OpenAPI spec.

Everything in these docs is also available as plain Markdown, so an agent can read it without parsing HTML.

Entry points

URLWhat it is
/llms.txtThe llms.txt index: what Geondex is, how to authenticate, and a link to the Markdown version of every docs page and tool.
/llms-full.txtEvery docs page as Markdown, in one file. Paste it into a context window.
/api/v1/openapi.jsonThe OpenAPI 3.1 document for the REST API. No key needed.

A Markdown copy of every page

Add .md to any docs URL to get that page as Markdown:

Each page also has a Copy Markdown button and an Open menu at the top, which views the Markdown or opens the page in ChatGPT, Claude or Cursor with a prompt to read it.

For agents

Point your agent at https://geondex.com/llms.txt first; it links to everything else. For hands-on use, install the MCP server or the agent skills.

On this page