> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.thymia.ai/overview/llms.txt.
> For full documentation content, see https://docs.thymia.ai/overview/llms-full.txt.

# Coding agents

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

<Steps>
  <Step title="llms.txt and llms-full.txt">
    Every page on this site is indexed at:

    * [docs.thymia.ai/llms.txt](https://docs.thymia.ai/llms.txt) — table of contents
    * [docs.thymia.ai/llms-full.txt](https://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.
  </Step>

  <Step title="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](https://docs.thymia.ai/helios/quickstart)
    * Markdown: [docs.thymia.ai/helios/quickstart.md](https://docs.thymia.ai/helios/quickstart.md)

    This is the cheapest way to load a single page into context.
  </Step>

  <Step title="The OpenAPI spec">
    For endpoint shapes, request and response schemas, and auth details,
    the OpenAPI spec is authoritative:
    [api.thymia.ai/openapi.json](https://api.thymia.ai/openapi.json).
  </Step>
</Steps>

## 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:

```markdown
# Working with the thymia API

Base URL: https://api.thymia.ai
Docs: https://docs.thymia.ai

Before writing any code that calls thymia:

1. Fetch https://docs.thymia.ai/llms.txt to find the relevant page,
   then fetch that page with a `.md` suffix for clean Markdown.
2. For endpoint shapes, fetch https://api.thymia.ai/openapi.json — do not
   guess field names, enum values, or status codes.

Model-specific guides:
- Helios (real-time wellbeing): https://docs.thymia.ai/helios/quickstart.md
- Apollo (clinical depression/anxiety): https://docs.thymia.ai/apollo/quickstart.md
- Sentinel (voice-agent safety): https://docs.thymia.ai/sentinel/overview.md

Rules:
- Company name is lowercase — "thymia", not "Thymia".
- Audio must meet the format requirements in the model's integration guide —
  check before transcoding.
- Results are returned asynchronously via polling; do not assume a
  synchronous response.
```

<div>
  ***
</div>

<div>
  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/bc677a592c05a522bf7c895b7e9f00da344a3487d5e6baf5e35f4b013bf0e0e5/docs/assets/certs/crown-commerical-logo.png" alt="Crown Commercial Service" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/0fd8cd1c5e2bf5fe9c88a9671b5d62d76ee00fff93b057d3f28295f6e74a8e54/docs/assets/certs/nhs-digital-toolkit-logo.png" alt="NHS Digital" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/3408b37c11afb0482b6108012fdea2edc6843ffa1a6a485d9440f2c28067165c/docs/assets/certs/iso-27001-logo.png" alt="ISO 27001" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/f82c2989ef0c7907f8acc1bf38c1debfb8061a0bad0fd4aff7a724794739e5b0/docs/assets/certs/iso-13485-logo.png" alt="ISO 13485" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/44816901d032fd0dc4b99030c62e6841d10b1796fde6dd1615bf23eb84f9114b/docs/assets/certs/HIPPA-logo.png" alt="HIPAA" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/1c6800dfced2f3bd97bd907302e2ae105c99ed91fd381e0cd64eef7886394779/docs/assets/certs/gdpr-logo.png" alt="GDPR" />

  <img src="https://files.buildwithfern.com/https://thymia.docs.buildwithfern.com/2276326b82aee8a143219440498266a25a1425c423a6854489e706af50d38118/docs/assets/certs/cyber-essentials-logo.png" alt="Cyber Essentials Certified" />
</div>