# Agents and LLMs

> Give coding agents current, structured Semantil documentation.

Use the smallest machine-readable entry point that fits the task.

| Entry point | Best for |
| --- | --- |
| [`llms.txt`](/llms.txt) | A compact map for crawlers and agents |
| [`llms-full.txt`](/llms-full.txt) | All guides in one plain-text context |
| [`skill.md`](/skill.md) | Installing Semantil guidance as an agent skill |
| [`openapi.yaml`](/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.md).

## 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

Give an implementation agent these URLs:

```text
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.
