> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trdrs.co/llms.txt
> Use this file to discover all available pages before exploring further.

# AI

> This documentation is built to be read by machines — prompts, markdown mirrors, and the contract itself.

An agent given this documentation and a key can build a working integration without a human
reading a single page. That is a design goal, not a slogan: every page serves a markdown mirror,
the whole site is indexed for agents, and the API contract is one fetch away.

<CardGroup cols={2}>
  <Card title="Agent prompts" icon="robot" href="/partner-platform/http-clients/agent-prompts">
    Paste-ready prompts that hand a coding agent this documentation and a task — key setup,
    idempotency, and stream rules included, so the agent cannot skip them.
  </Card>

  <Card title="The OpenAPI document" icon="file-code" href="https://app.trdrs.co/docs/openapi.json">
    The served contract as JSON. Every operation carries a worked example with real values.
  </Card>

  <Card title="This site, as markdown" icon="markdown" href="/llms.txt">
    Append .md to any page's URL for its raw source; /llms.txt is the machine-readable index of
    every page.
  </Card>

  <Card title="Audit with the conformance prompt" icon="clipboard-check" href="/partner-platform/conformance/requirements">
    A prompt that audits an existing integration against the conformance requirements and
    proposes patches.
  </Card>
</CardGroup>

## The habit that matters

Point your agent at `/llms.txt` first. It lists every page with a one-line description, so the
agent discovers what exists instead of guessing — the same way you would want a new engineer to
read the map before the code.
