Credits
Credits are the unit of consumption on WithGiga. Every minute a sandbox is running and every AI token processed deducts from your credit balance. When you stop a computer, consumption pauses immediately.Credit sources
Your total available balance is the sum of two pools:| Pool | Description |
|---|---|
| Plan credits | Included with your subscription; reset monthly |
| Prepaid balance | Credits you’ve purchased; never expire |
What consumes credits
Runtime
Credits are deducted for every minute a sandbox is active (provisioned and running). The rate depends on the instance tier:| Template | Credits/hr |
|---|---|
giga-standard | 20 |
giga-mini | 10 |
giga-pro | 40 |
giga-max | 80 |
AI tokens
Claude API calls — for every screenshot the agent analyzes and every action it decides — are billed at cost and shown separately as “AI” charges in your usage history.Monitoring usage
The Usage & Billing page shows:- Remaining balance — current plan credits + prepaid balance
- Spend by type — runtime vs AI breakdown
- Burn rate — percentage of available credits used in the current period
- Usage chart — daily spend over the selected time range
- Ledger — line-by-line record of every charge
Preventing unexpected charges
- Always set a duration when creating a deployment. The sandbox is automatically stopped at expiry.
- Enable auto-stop via the
durationparameter in the API or the timeout field in the dashboard. - Terminate deployments programmatically when your agent’s goal completes.
- Enable auto-reload to keep a minimum balance and avoid mid-task interruptions.
Next steps
Plans & Pricing
Compare plans and understand included credit allocations.
Limits
Per-plan quotas and rate limits.