The Master Agent File (llms-full.txt)
Our documentation automatically generates an AI-optimized file at https://docs.blink.store/llms-full.txt. This single file contains:
- Blink Architectural Golden Rules: Strict instructions on when to use Embedded checkouts, how to handle deliverables securely, and webhook best practices.
- Complete OpenAPI Schemas: Every endpoint, payload, and response format in our API.
How to use it in Cursor or Windsurf
If you are building your integration inside an AI IDE like Cursor or Windsurf, simply@-mention the URL in your chat prompt.
Example Prompt:
@https://docs.blink.store/llms-full.txtI am building a Next.js application. Please write a server action that creates a Blink checkout session for my productprod_123, and then write the client-side code to trigger the embedded overlay checkout when the user clicks “Buy Now”.
How to use it in ChatGPT or Claude web
If you are using ChatGPT or Claude on the web, you can either:- Paste the
https://docs.blink.store/llms-full.txtURL directly into your prompt. - Download the
.txtfile and attach it to your “Claude Project” or “Custom GPT” as persistent knowledge.