401Missing, invalid, or expired API key.
SupaCoder Docs
SupaCoder 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.supacoder.tech/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 SupaCoder credit balance.
429Rate or configured spend limit reached.