401Missing, invalid, or expired API key.
Pointer Docs
Pointer API keys share model routing, balance, spend controls, and history. API and payment routes never use locale prefixes.
Create a key in the dashboard. The full secret is shown only once.
curl https://api.pointer.run/v1/codex \
+ -H "Authorization: Bearer ck_your_key" \
+ -H "Content-Type: application/json" \
+ -d '{
"model": "gpt-5.3-codex",
"messages": [{"role":"user","content":"Review this patch for correctness"}]
}'401Missing, invalid, or expired API key.
402Insufficient Pointer credit balance.
429Rate or configured spend limit reached.