View .md

Getting Started

Radist for AI agents

Every page here is published as Markdown as well as HTML, so the model in your editor reads exactly what you read.

Any page as Markdown

Append .md to any docs URL, or use the Copy as Markdown button at the top of a page.

Shell
curl https://radist.tech/docs/quickstart.md   # one page
curl https://radist.tech/llms.txt              # index of every page
curl https://radist.tech/llms-full.txt         # everything, one file

Install the skill

skill.md is an agent skill: the token flow, both SDKs, and the handful of mistakes that break a Radist integration — single-use tokens, role being arrival order, StrictMode double-mounting your connect(). Drop it into a project and the agent loads it when the work touches Radist.

Claude Code
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 works anywhere that reads project instructions — append it to AGENTS.md or your editor's rules file if your tool does not support skills.