# Radist for AI agents

> These docs are published as Markdown as well as HTML, so the model in your editor reads exactly what a person reads.

## Any page as Markdown

Append `.md` to any docs URL:

```sh
curl https://radist.tech/docs/quickstart.md
curl https://radist.tech/docs/client/js.md
```

## Index and full text

- `https://radist.tech/llms.txt` — every page with a one-line description, in the `llms.txt` convention.
- `https://radist.tech/llms-full.txt` — all pages concatenated, for large-context models.

## Agent skill

`https://radist.tech/skill.md` is an agent skill covering the token flow, both SDKs, and the mistakes that break a Radist integration.

```sh
mkdir -p .claude/skills/radist
curl -fsSL https://radist.tech/skill.md -o .claude/skills/radist/SKILL.md
```

It is plain Markdown with YAML front matter, so it also works appended to `AGENTS.md` or an editor rules file.
