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

  1. Fetch the index

    Read https://authsia.clarionstack.com/llms.txt (or this origin’s /llms.txt).

  2. Open one guide

    Prefer the .md URL for the topic you need. Do not load the entire llms-full.txt unless the task spans many pages.

  3. Stay on the public contract

    These pages describe product behavior. They are not a substitute for authsia --help on the installed CLI.

Do not paste secrets

Never put Keychain material, seeds, private keys, or OTP codes into prompts, fixtures, or documentation fetches.