Skip to main content
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.

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.

The OpenAPI document

The served contract as JSON. Every operation carries a worked example with real values.

This site, as markdown

Append .md to any page’s URL for its raw source; /llms.txt is the machine-readable index of every page.

Audit with the conformance prompt

A prompt that audits an existing integration against the conformance requirements and proposes patches.

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.