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
- Open the page for the thing you are building (e.g. key/check).
- Click Copy on the AI prompt bar.
- 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
- The AI produces code that follows the actual API contract — status codes, error objects, signature payload — from these docs.