Or jump from this list on a smaller screen.

This is a page from the Audivra documentation. Developer exportsindex: http://127.0.0.1:3000/docs/llms.txt, full corpus: http://127.0.0.1:3000/docs/llms-full.txt, OpenAPI: http://127.0.0.1:3000/docs/openapi.json, Postman: http://127.0.0.1:3000/docs/postman.json. Press ⌘K to search docs.

Developer exports

Download or fetch machine-readable documentation and API specs. These files are for AI agents, IDE plugins, Postman, Insomnia, and client codegen — not meant to be read as HTML pages in the browser.

These endpoints return raw Markdown or JSON for tools — not styled HTML docs. Use the download buttons below, or fetch with curl. For human-readable docs, browse the sidebar or documentation overview.

Downloads

llms.txt

Doc index for AI agents and IDE plugins

http://127.0.0.1:3000/docs/llms.txt

Download Markdown

llms-full.txt

Complete documentation corpus in a single Markdown file

http://127.0.0.1:3000/docs/llms-full.txt

Download Markdown

openapi.json

OpenAPI 3.0 — Postman, Insomnia, and client codegen

http://127.0.0.1:3000/docs/openapi.json

Download JSON

postman.json

Importable Postman Collection v2.1

http://127.0.0.1:3000/docs/postman.json

Download JSON

Fetch with curl

Agent and codegen workflows
# Doc index for AI agents
curl -o llms.txt http://127.0.0.1:3000/docs/llms.txt

# Full Markdown corpus (single file)
curl -o llms-full.txt http://127.0.0.1:3000/docs/llms-full.txt

# OpenAPI 3.0 spec
curl -o audivra-openapi.json http://127.0.0.1:3000/docs/openapi.json

# Postman collection v2.1
curl -o audivra-postman.json http://127.0.0.1:3000/docs/postman.json

When to use each export

  • llms.txtDoc index for AI agents and IDE plugins
  • llms-full.txtComplete documentation corpus in a single Markdown file
  • openapi.jsonOpenAPI 3.0 — Postman, Insomnia, and client codegen
  • postman.jsonImportable Postman Collection v2.1

Operation-level reference and import instructions: OpenAPI reference. Export URLs are also listed at the top of every docs page for AI agents.