Changelog
Fixed

Zero balance no longer suspends your workspace

Run out of credits and the API answers 402 INSUFFICIENT_CREDITS with a link to add them. Top up and jobs resume, nothing else on the account changes.

API Dashboard

Until today, the job that took your balance below zero also marked the workspace suspended. Every submit after that returned 403 ORG_SUSPENDED, and the docs told you to contact support. Buying credits did not clear it, because a suspension was an admin action and a purchase only moves the balance.

That flag is gone. A balance at or below zero now does exactly one thing: the next submit is rejected with 402 INSUFFICIENT_CREDITS. Add credits and the submit after that goes through. No state to reset, nothing to ask us for.

Two smaller changes ride along.

  • The 402 message names the fix. It reads Balance is depleted. Add credits at https://app.rendobar.com/billing to keep submitting jobs. The CLI and MCP server already printed that link. Raw REST and the SDK only ever saw the message, so it now carries it too.
  • The dashboard shows a banner on every page once your balance drops to $2, the same threshold the low-balance email uses, and switches to a depleted notice at $0. Both link to the billing page.

Jobs already running when the balance crosses zero finish and are charged as before. See Credits and billing for the full lifecycle.

Share