Adding Credit
Pulserun uses a prepaid credit model. No subscriptions, no monthly fees.
How It Works
- Add credit to your Pulserun wallet via Stripe
- Launch GPU instances — balance decreases in real-time (per-minute billing)
- Balance hits $0 → all instances auto-terminate
- No risk of unexpected bills
Minimum Top-Up
- Minimum: $5.00
- No maximum — add as much as you need
- Payment methods: All major credit/debit cards via Stripe
Adding Credit via Dashboard
- Go to Billing in the sidebar
- Enter the amount (minimum $5)
- Click Add Credit
- Complete payment on the Stripe checkout page
- Credit is added instantly to your balance
Adding Credit via API
curl -X POST https://api.pulserun.dev/v1/billing/credit \
-H "Authorization: Bearer pr_live_xxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{ "amount": 50 }'Response:
{
"checkout_url": "https://checkout.stripe.com/..."
}Open the checkout URL to complete payment.
Low Balance Warnings
- Email notification when balance drops below $5.00
- Dashboard warning banner at $2.00
- Auto-terminate all instances at $0.00
Set up budget alerts in Settings to get notifications at custom thresholds.