2026-07-28v1.2
Async runs and per-response credit accounting
- Every response now reports credits_used and credits_remaining.
- Pass async=true on any data endpoint to get a job id immediately.
- Synchronous calls that outlive the request budget return the same 202 body.
- Failed upstream runs refund credits before the response is written.