Coding agents
How to point Claude Code, Cursor, and other AI coding agents at thymia's documentation so they produce correct, current integrations.
This page tells your coding agent exactly where to look so it gets current answers instead of plausible-sounding ones.
Where agents should look — in order
llms.txt and llms-full.txt
Every page on this site is indexed at:
- docs.thymia.ai/llms.txt — table of contents
- docs.thymia.ai/llms-full.txt — full content
Fetch one of these first so the agent has the full map of the docs before drilling in.
Raw Markdown for any page
Append .md to any docs URL to get a clean Markdown version — no
HTML, no navigation chrome. For example:
- Page: docs.thymia.ai/helios/quickstart
- Markdown: docs.thymia.ai/helios/quickstart.md
This is the cheapest way to load a single page into context.
The OpenAPI spec
For endpoint shapes, request and response schemas, and auth details, the OpenAPI spec is authoritative: api.thymia.ai/openapi.json.
Drop-in AGENTS.md for your repo
If you are building on thymia, add an AGENTS.md (or .cursorrules, or
CLAUDE.md) to your repo so every coding agent that opens the project
picks up the same guidance:






