Skip to main content

Overview

These docs are built to be read by AI coding agents as well as people. Every page has a Copy page control and an Open in Claude / ChatGPT action, and the full documentation is exposed in machine-readable form at /llms.txt (index) and /llms-full.txt (complete text). You can point Claude Code, Cursor, or any AI agent at the docs and have it scaffold a working integration.
1

Give the agent the docs

Share the relevant pages, or the /llms-full.txt URL, with your agent. For an Ecom integration, point it at the Ecom Quickstart and the API Reference. Use the Copy or Open in Claude control on any page to hand over its exact contents.
2

Prompt it to build

Be specific about the environment and the money format. For example:
For an embedded card form instead of a hosted link, point the agent at the JavaScript SDK and ask it to mount the card fields and call confirmPayment.
3

Test with sandbox cards

Run the integration and pay with a sandbox test card: challenge card 4000 0000 0000 2503, OTP 1234. No real money moves.
Keep secrets out of the agent’s context. Provide keys through environment variables at runtime, not in the prompt. Secret keys (sk_) belong on the server only.