Agents and LLMs
Use the smallest machine-readable entry point that fits the task.
| Entry point | Best for |
|---|---|
llms.txt |
A compact map for crawlers and agents |
llms-full.txt |
All guides in one plain-text context |
skill.md |
Installing Semantil guidance as an agent skill |
openapi.yaml |
Generating clients and inspecting the complete API contract |
PAGE_URL.md |
Reading an individual guide as clean Markdown |
For example, the Markdown version of this page is available at
/agents.md.
No documentation server required
Section titled “No documentation server required”Agents can retrieve the raw Markdown and OpenAPI files directly over HTTPS. This keeps the source of truth inspectable and works with any client that can read a URL.
Recommended agent context
Section titled “Recommended agent context”Give an implementation agent these URLs:
https://docs.semantil.com/llms.txthttps://docs.semantil.com/openapi.yamlAdd llms-full.txt only when it needs the full conceptual documentation. This
keeps the initial context small while preserving a deterministic source of truth.