Missing or invalid API key
x-api-key or Authorization: Bearer.
Missing provider access
Missing request fields
Some endpoints validate required fields directly:Payment required
Provider errors
Buffered provider proxy routes generally return:Retry guidance
| Status | Recommended action |
|---|---|
400 | Fix the request shape or missing fields |
401 | Check API key and provider access |
402 | Check credits or script-level credit policy |
429 | Back off and retry with jitter |
499 | Client disconnected; retry if still needed |
5xx | Retry with exponential backoff if the operation is idempotent |