What a credit buys
Every workspace runs on one of three 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 workspace VM runtime:
Administrative grants and corrections appear under
adjustment. Building or rebuilding a warm pool’s prewarmed environment does not spend credits, and 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 timeexpiration_debit— credit-pack credits that reached their expiryrefund_reversal— reversal of a refunded purchaseadmin_adjustment(negative) — manual correction
snapshot_refresh_debit entries from the retired warm-environment billing model. Aether does not create new entries of this type.
When you spend, credits are drawn from your subscription grant first, then from credit packs (earliest expiry first), then from promotional and admin grants. The billing projection reports your credits remaining.
- CLI
- Web
aether billing balance is an alias for the same summary.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).
- You have at least 1 minute of spendable credit for that runtime class.