LLM corpus
AUVY publishes two machine-readable indexes for agents.
llms.txt (curated)
URL: https://docs.auvy.ai/llms.txt
Use when you want a short, security-curated list of integrator entrypoints — SDK, auth, MCP, CLI, and core HTTP hub.
Prompt pattern:
Read https://docs.auvy.ai/llms.txt before calling the AUVY API.
llms-full.txt (full index)
URL: https://docs.auvy.ai/llms-full.txt
Use when the agent needs every published page listed with titles and markdown URLs. Regenerate locally with:
bun run generate:llms-full
llms-full.txt is a navigation index, not a security filter. Prefer llms.txt for least-privilege agent onboarding.
Per-page markdown
Append .md to any docs URL:
https://docs.auvy.ai/guides/first-sdk-call.md
https://docs.auvy.ai/sdk/source-of-truth.md
OpenAPI
SDK-aligned HTTP subset:
https://docs.auvy.ai/openapi.json
Agent skill
Copy into your agent’s skill store:
https://docs.auvy.ai/agent-onboarding/SKILL.md