AI-readable docs
Point coding agents at a curated index instead of scraping the HTML site. The index lists guides, not secrets, seeds, or private keys.
llms.txt
The site publishes a llmstxt.org index at /llms.txt. Use it to discover pages before fetching them. Concatenated Markdown lives at /llms-full.txt.
Each HTML guide also has a sibling Markdown file with the same path and a .md suffix, for example /docs/get-started.md and /cli.md.
In a coding agent
-
Fetch the index
Read
https://authsia.clarionstack.com/llms.txt(or this origin’s/llms.txt). -
Open one guide
Prefer the
.mdURL for the topic you need. Do not load the entirellms-full.txtunless the task spans many pages. -
Stay on the public contract
These pages describe product behavior. They are not a substitute for
authsia --helpon the installed CLI.
Do not paste secrets
Never put Keychain material, seeds, private keys, or OTP codes into prompts, fixtures, or documentation fetches.