AI-Assisted Integration¶
This documentation site is optimized for AI-assisted development. Machine-readable versions of the full documentation are available at the following URLs, compatible with llms.txt standard:
| File | URL | Description |
|---|---|---|
llms.txt |
https://docs.finrelay.com/llms.txt | Structured index of all documentation pages — ideal for giving your AI assistant a quick overview |
llms-full.txt |
https://docs.finrelay.com/llms-full.txt | Complete documentation in a single plain-text file — use this for deep context when building integrations |
How to use with AI coding tools¶
Using llms.txt (recommended starting point)¶
llms.txt contains a structured, concise index of all documentation pages with short descriptions. Paste the URL directly into your AI assistant or coding tool:
Please read the API documentation index at: https://docs.finrelay.com/llms.txt
Then help me integrate the card payment authorization endpoint.
Using llms-full.txt (complete context)¶
llms-full.txt contains the complete documentation in a single plain-text file. Use this when your AI tool needs full context — for example, when implementing a complex flow like 3DS card payments or webhook handling:
Please read the full API documentation at: https://docs.finrelay.com/llms-full.txt
Then help me implement a complete 3DS card payment flow.
Supported AI tools¶
These files are compatible with all major AI coding tools and assistants that can fetch URLs or accept text context:
- Claude (claude.ai, Claude Code)
- GitHub Copilot
- Cursor
- ChatGPT
- Any tool supporting the llms.txt standard
Discovery¶
The URLs for llms.txt and llms-full.txt are also embedded as <link> tags in every page of this documentation site, allowing AI agents and crawlers to discover them automatically from any page.