LLMs Integration
Orion Finance documentation is published in machine-readable formats for LLM-based tools.
Index and full corpus
| File | URL |
|---|---|
| Page index | https://docs.orionfinance.ai/llms.txt |
| Full snapshot | https://docs.orionfinance.ai/llms-full.txt |
| Agent skill | https://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:
- Append
.mdto the HTML path. - Send
Accept: text/markdownon the HTML URL.
Examples:
| Page | Markdown |
|---|---|
/user/intro | https://docs.orionfinance.ai/user/intro.md |
/manager/intro | https://docs.orionfinance.ai/manager/intro.md |
/developer/intro | https://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.