Metered billing is AGNT's per-use pricing model for API consumers — each booking.confirm call costs $0.25, batched nightly to Stripe as usage records with no upfront fees.
What is Metered Billing?
Quick answer
Metered billing is AGNT's per-use pricing model for API consumers — each booking.confirm call costs $0.25, batched nightly to Stripe as usage records with no upfront fees.
Full definition
Usage is tracked per API key in the ApiKeyUsageEvent table and rolled up every night by an APScheduler job that posts Stripe usage records. Search is free in every tier; only confirmations are metered. There are no monthly minimums.
FAQ
Metered Billing FAQ.
Common questions about Metered Billing in the AGNT platform.
Metered billing is AGNT's per-use pricing model for API consumers — each booking.confirm call costs $0.25, batched nightly to Stripe as usage records with no upfront fees.
People also ask.
Source: agnt-backend/app/core/billing.py
Share as social post
What is Metered Billing? Metered billing is AGNT's per-use pricing model for API consumers — each booking.confirm call costs $0.25, batched nightly to Stripe as usage records with no upfront fees. https://agntdot.com/glossary/metered-billing
242 / 280 chars
See it in action.
Now you know what Metered Billing means. Try the live scan demo or read the developer docs to go deeper.