Billing Setup
Geog offers a generous free tier for evaluation and development. When you're ready for production workloads, set up billing to remove rate limits and access higher usage tiers.
Free Tier
Every organization starts on the free tier with the following daily limits:
| Resource | Daily Limit |
|---|---|
| Vector tile requests | 1,000 |
| Places API requests | 100 |
Limits reset daily at 00:00 UTC. Free tier requests include rate limit headers so you can monitor your usage programmatically:
X-RateLimit-Tiles-Limit: 1000
X-RateLimit-Tiles-Remaining: 742
X-RateLimit-Tiles-Reset: 2025-01-15T00:00:00Z
X-RateLimit-Places-Limit: 100
X-RateLimit-Places-Remaining: 85
X-RateLimit-Places-Reset: 2025-01-15T00:00:00Z
The free tier is ideal for development, testing, and small projects. No credit card is required.
Setting Up Billing
Setting up billing is a 3-step process. Only organization owners can manage billing.
Step 1: Contact Information
- Go to Billing in the console sidebar
- Click Set Up Billing
- Enter your organization's billing email and name
- Click Continue
This creates your billing customer record.
Step 2: Billing Contact
- Confirm or update the billing contact email
- This email receives invoices and billing notifications
Step 3: Payment Method
- Click Add Payment Method
- You'll be redirected to a secure Stripe checkout page
- Enter your card details
- Click Save
Once complete, rate limits are removed and you have unlimited API access. Usage is tracked and billed at the end of each billing period.
Viewing Usage
All organization members can view usage data:
- Go to Usage in the console sidebar (or view the dashboard summary)
- See a breakdown of:
- Vector tile requests — Total tile API calls
- Places API requests — Total places search calls
- Period — Current billing period dates
Usage data is updated in near real-time via Workers Analytics Engine.
Viewing Invoices
- Go to Billing in the console sidebar
- Scroll to the Invoices section
- Click any invoice to view details or download a PDF
Managing Your Subscription
Owners can manage their subscription through the Stripe Customer Portal:
- Go to Billing in the console sidebar
- Click Manage Subscription
- You'll be redirected to the Stripe portal where you can:
- Update payment methods
- View billing history
- Download invoices
- Cancel your subscription
Billing Permissions
| Action | Owner | Admin | Member |
|---|---|---|---|
| Set up billing | ✅ | — | — |
| Manage payment methods | ✅ | — | — |
| Manage subscription | ✅ | — | — |
| View billing info & invoices | ✅ | ✅ | ✅ |
| View usage data | ✅ | ✅ | ✅ |
If you need billing access, ask an organization owner to either manage it on your behalf or change your role. See Roles & Permissions for the full permission reference.
Next Steps
- Token Management — Create API tokens to start making requests
- Roles & Permissions — Understand billing permissions
- Rate Limiting — Technical details on rate limit enforcement