Skip to content
AGNT

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.

Definition

Last verified: April 2026

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.

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.