What a credit buys
Every workspace runs on one of four runtime classes. Each class has a fixed per-hour credit rate:
Medium is the reference rate: 1 credit = 6 minutes of Medium VM active time (10 credits/hour). Credits are charged for active runtime only, prorated by the second.
What consumes credits
Credits are debited for two kinds of work:
Administrative grants and corrections appear under
adjustment. Nothing else debits credits — there is no token-based charge anywhere in the system.
Token counts (in/out/total) are recorded per task, model, and agent and shown in the usage explorer, but they never affect your credit balance.
Balance and ledger
Your credit balance is a signed ledger. Each entry is one credit transaction: Credits addedsubscription_grant— your monthly tier allowance, granted each billing cyclecredit_pack_purchase— a one-time credit packpromo_grant— promotional creditsadmin_adjustment(positive) — manual grant
vm_runtime_debit— VM active timesnapshot_refresh_debit— warm-slot snapshot rebuildexpiration_debit— credit-pack credits that reached their expiryrefund_reversal— reversal of a refunded purchaseadmin_adjustment(negative) — manual correction
- CLI
- Web
Running a task costs credits
Starting a task spends VM-runtime credits, so each start passes through an admission gate before the agent runs. A task start is admitted only when all of these hold:- Your billing state is billable (an active or in-grace subscription).
- Your tier permits the requested VM size.
- You have at least 1 minute of spendable credit for that runtime class.