1. Get your API key
Go to dashboard.chipipay.com, create an org, and copy your API key from the Credentials page.
2. Make your first call
3. Stream a response
For chatbots and real-time UIs, use the streaming endpoint — same request body, token-by-token delivery via SSE:
4. Buy credits
AI calls debit from your org’s credit balance. Buy a credit pack (2/5 / 25/50 / $100) at dashboard.chipipay.com/configure/billing by sending USDC.
$5 gets you ~50,000 calls with gpt-4o-mini or ~700 calls with haiku.
Auth
Two options — both work on all AI endpoints, no JWKS setup needed:
Never put sk_ keys in client-side code. Use pk_ for browser/mobile apps.
What you can build
Next