Skip to main content

For AI agents: the complete documentation index is at llms.txt. Markdown versions of pages are available by appending .md to the URL or sending Accept: text/markdown.

LLMs Integration

Orion Finance documentation is published in machine-readable formats for LLM-based tools.

Index and full corpus

FileURL
Page indexhttps://docs.orionfinance.ai/llms.txt
Full snapshothttps://docs.orionfinance.ai/llms-full.txt
Agent skillhttps://docs.orionfinance.ai/skill.md

The SDK publishes its own corpus at https://sdk.orionfinance.ai/llms-full.txt.

llms.txt lists markdown URLs that match the HTML page path with a .md suffix (for example /user/intro/user/intro.md). Older /docs/<section>/...md URLs remain available as copies.

Per-page markdown

Request markdown in either of these ways:

  1. Append .md to the HTML path.
  2. Send Accept: text/markdown on the HTML URL.

Examples:

PageMarkdown
/user/introhttps://docs.orionfinance.ai/user/intro.md
/manager/introhttps://docs.orionfinance.ai/manager/intro.md
/developer/introhttps://docs.orionfinance.ai/developer/intro.md

On each documentation page, Copy page copies this markdown to the clipboard. Ask AI opens Claude or ChatGPT with the same per-page URL.

Agent skill

A skill.md capability summary is served at /skill.md and advertised at /.well-known/skills/index.json and /.well-known/agent-skills/index.json. It describes what the docs can answer. It does not submit transactions or replace onboarding.

There is no MCP server on this documentation site. Agents should use llms.txt, per-page markdown, and skill.md.