Skip to main content
Coding assistants work from whatever context is in the repository. AGENTS.md is the convention for giving them that context: a Markdown file at the root of your project that tools read before they write code. If your team uses an assistant to build against Mayan, drop the file below into your repo. It stops the model inventing parameters, and it front-loads the two or three things that otherwise cause a broken first integration.

The file

Save this as AGENTS.md at the root of your project.

Keeping it current

Point the file at llms.txt rather than pasting large sections of the docs into it. The assistant fetches what it needs at the time it needs it, and you avoid a copy that quietly goes stale.

Next steps

llms.txt & Markdown

The machine-readable index and per-page Markdown.

SDK

Every call the file above refers to.