Features
- API key display — View your key prefix (full key is only shown once at signup)
- Key rotation — Generate a new key if yours is compromised. The old key is revoked immediately.
- Usage stats — See how many calls you’ve made this month per tier
- Quota tracking — Monitor progress toward your monthly limits
- Plan management — View your current plan and upgrade to Pro
- Billing portal — Access Stripe billing to update payment, view invoices, or cancel
Checking usage via API
You can also check your usage programmatically:Security best practices
- Store your API key in environment variables, never in source code
- Rotate your key immediately if it may have been exposed
- Use separate keys for development and production if you have multiple environments
- Monitor the
usagefield to detect unexpected consumption