Skip to main content

AI Prompts

Every page in these docs has an AI prompt button near the bottom. It copies a short, purpose-built prompt to your clipboard. Paste it into any AI coding tool together with your project values and a target language, and the AI generates a correct integration straight from the documented contract.

How to use

  1. Open the page for the thing you are building (e.g. key/check).
  2. Click Copy on the AI prompt bar.
  3. In your AI tool, paste the prompt, then add:
    • Project ID
    • Project Key (pk-...) — public API key, embed it in the client.
    • Public Signing Key
    • Language / executor / framework
  4. The AI produces code that follows the actual API contract — status codes, error objects, signature payload — from these docs.

Why it exists

An AI left to guess generates plausible-but-wrong API calls. The prompts pin the AI to the real contract so the output verifies signatures correctly and maps errors correctly — without pasting entire doc pages into your context.