Use these endpoints and tools to give AI coding assistants and LLMs access to Payabli documentation at lower token cost than fetching full web pages.
.md to any docs page URL and paste it into your conversation. You get clean markdown instead of a full web page.llms.txt URL to your AI tool’s rules file to give it an index of relevant Payabli pages.The Payabli MCP server gives AI agents and coding assistants direct access to Payabli documentation and SDK references through the Model Context Protocol. Use it to integrate Payabli knowledge into tools like Claude, Cursor, and other MCP-compatible clients.
Context7 indexes the full docs.payabli.com site and serves it to AI coding assistants as up-to-date, version-aware context. Use it when you want your assistant to reference current Payabli documentation without you pasting URLs or markdown into the conversation.
Point any Context7-compatible tool at the Payabli library:
Most Context7 clients accept the library ID websites/payabli directly. See the Context7 MCP setup guide for client-specific instructions.
Append .md to any page URL to get a lightweight markdown version. This returns clean markdown without HTML, navigation, or scripts, and uses fewer tokens than fetching the full page.
For example, to get the markdown version of the Pay In overview page, use:
These endpoints follow the llms.txt standard and offer documentation content in markdown format.
Use these for more targeted access. The llms.txt variant provides a page index with descriptions. The llms-full.txt variant provides full page content.
Step-by-step integration guides, conceptual explanations, and platform documentation for Pay In, Pay Out, and Pay Ops.
API references, SDK documentation, embedded component references, and developer-focused tooling.
The developer tools endpoints support query parameters to reduce response size. SDK code examples are part of the API specification, so excludeSpec removes them. Use lang instead if you want the spec but only need examples in one language.
Release notes and change history for the API, embedded components, and SDKs.
Short, focused API recipes for common tasks.
Download the full Payabli OpenAPI specification (~1.9 MB) for use with AI coding tools, API clients, or code generators.