Skip to main content
Copy this prompt into any AI coding agent:
Pagou AI Context

Docs reference

Fast routing

llms.txt — find the right page quickly

Full context

llms-full.txt — complete offline docs

Schema truth

OpenAPI — endpoints, fields, webhooks

Setup by agent

Add to CLAUDE.md in project root:
Full CLAUDE.md template

One-shot prompts

Copy any of these directly into your AI agent:

Tips for agents

Security

  • Keep API keys server-side only, use env vars
  • Never log card tokens or Pix keys
  • Validate webhook source before processing
  • Use HTTPS everywhere

Building

  • Test in sandbox first, same code works in prod
  • Use ngrok to receive webhooks locally
  • Always send external_ref for idempotency
  • Reconcile with GET if webhook fails