Aura Auth

For LLMs and agents

Machine-readable exports — llms.txt, llms-full.txt, and .mdx URLs for this site.

This documentation site is built with Fumadocs. The following endpoints help LLMs, IDE agents, and automation ingest the same content as the HTML docs.

Endpoints

URLDescription
/llms.txtCompact index of pages (titles and URLs), suitable for discovery.
/llms-full.txtFull processed markdown for all pages, concatenated.
/docs/...path....mdxSingle page as markdown (rewritten to the internal MDX route).

Use Accept headers that prefer markdown where supported (see Fumadocs negotiation); this project’s proxy can rewrite doc paths for markdown-friendly clients.

On each docs page

Use “Copy Markdown” and view options in the page header to copy or open the .mdx URL for that page.

Source of truth

Library behavior is defined by the Python package in this repository (src/aura_auth) and tests under tests/. If this site and README.md disagree with AGENTS.md phase text, prefer the implementation and the README.

Repository: github.com/snapwre/aura-auth

On this page