What is llms.txt?
llms.txt is a plain-text file at the root of the RohoPay documentation that summarizes the entire API in a format optimized for AI language models. It follows the emerging llms.txt standard.
Available at: https://docs.rohopay.com/llms.txt
Why Use It?
Without context, AI assistants often hallucinate API endpoints, generate wrong authentication patterns, or use incorrect phone formats. By injectingllms.txt into your AI context:
- Claude, GPT, Gemini, and others know the exact endpoints
- Phone number formats are accurate per country
- Idempotency requirements are understood
- Test cards and test phone numbers are known
- Error codes are correctly referenced
Usage
Claude Code (CLAUDE.md)
Cursor
Add to.cursor/rules/ or include in the system prompt:
GitHub Copilot
Add to.github/copilot-instructions.md:
Any LLM via API
File Contents Preview
Thellms.txt file covers:
Keeping It Fresh
Thellms.txt file is updated with every API version release. We recommend fetching it programmatically rather than copying it statically: