Connect over MCP
Connecting over MCP gives your agent a live, searchable connection to this documentation. To connect manually, add the Yapily docs MCP server to your agent’s configuration. The file and field names vary slightly by tool:- Claude Code
- Cursor
- VS Code
- Gemini CLI
Reference the full docs as text
If your workflow doesn’t support MCP, you can point an agent directly at a plain-text version of this site:/llms.txt: an index of every page with a short description, useful for agents that want to find the right page before reading it/llms-full.txt: the complete content of this documentation in a single file, useful when you want to give an agent full context in one request
Agent Skills
This site also publishes a/skill.md file describing what Yapily’s API does, its core authorisation workflow, and key constraints such as consent token lifetimes and payment reference limits. Agents and tools that support the Agent Skills format can discover it automatically, or install it directly:
Example prompts
Once your agent is connected, try prompts like:- “Using the Yapily docs, show me how to create a single payment authorisation request.”
- “Look up the Yapily error codes for a 500 response from the payments API.”
- “What’s the consent token expiry for UK accounts, according to the Yapily docs?”
Agents should treat the OpenAPI specification as the source of truth for exact request and response shapes, and this documentation for integration guidance and context.