API Key Lifecycle
Create, rotate, and revoke keys. Add scopes, metadata, and separate environments.
Product
Issue keys, track AI tokens, enforce dollar budgets. Returns 402 when limits are exceeded.
Create, rotate, and revoke keys. Add scopes, metadata, and separate environments.
Real-time token usage from OpenAI, Anthropic, and more. Per-key cost attribution.
Dollar-based limits that return 402 when exceeded. No more runaway costs.
Polar webhooks keep entitlements in sync. Stripe and LemonSqueezy in beta.
Verify API
Call POST /v1/verify
from your middleware. Get back a decision, remaining quota, and entitlements.
valid Is the key active and allowed?remaining Requests left this periodremaining_tokens AI tokens left this periodremaining_budget_usd Dollar budget remainingreset_at When the quota resetsplan Customer's current planentitlements Feature flags for this key{
"valid": true,
"remaining": 4823,
"remaining_tokens": 50000,
"remaining_budget_usd": 12.50,
"reset_at": "2025-02-01T00:00:00Z",
"plan": "pro",
"entitlements": ["chat", "embeddings"]
} Clear Boundaries
Polar handles billing. Holdify enforces access. When someone upgrades or cancels, webhooks update their limits instantly.
Billing, subscriptions, checkout
Keys, verification, enforcement
Your product, your customers
Start free with 150K tokens/month. No credit card required. Setup in under 5 minutes.