Skip to content
Semantil Developers

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.

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.

Give an implementation agent these URLs:

https://docs.semantil.com/llms.txt
https://docs.semantil.com/openapi.yaml

Add llms-full.txt only when it needs the full conceptual documentation. This keeps the initial context small while preserving a deterministic source of truth.