A booking confirmation is the A2A intent booking.confirm that creates a reservation on the AGNT network, priced at $0.25 per call and available only on the pro tier.
Last verified: April 2026
What is Booking Confirmation?
A booking confirmation is the A2A intent booking.confirm that creates a reservation on the AGNT network, priced at $0.25 per call and available only on the pro tier.
Confirmations move through a five-state machine: pending, confirmed, completed, cancelled, no_show. The state is advanced by internal events (venue ack, guest arrival) and by the commerce ledger (deposit captured, refund issued). Every transition is timestamped and auditable.
FAQ
Booking Confirmation FAQ.
Common questions about Booking Confirmation in the AGNT platform.
A booking confirmation is the A2A intent booking.confirm that creates a reservation on the AGNT network, priced at $0.25 per call and available only on the pro tier.
People also ask.
Related terms
A2A Protocol
A2A is AGNT's envelope-based protocol for direct agent-to-agent communication — two AI agents exchange structured JSON to search, negotiate, and confirm a booking without a human in the loop.
Commerce Ledger
The Commerce Ledger is AGNT's financial log, recording every booking fee as gross, platform net, and venue net, linked to its Stripe payment reference.
Referral Fee
The referral fee is AGNT's platform commission on a booking — 7 percent of booking value with a $1.50 floor for subscribed venues, or a flat $2.50 per booking for unsubscribed venues.
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.
Deposit
A deposit is an optional pre-payment on a booking, stored in cents and linked to a Stripe PaymentIntent, used by high-demand venues to reduce no-show risk.
Source: agnt-backend/app/core/commerce.py
Share as social post
What is Booking Confirmation? A booking confirmation is the A2A intent booking.confirm that creates a reservation on the AGNT network, priced at $0.25 per call and available only on the pro tier. https://agntdot.com/glossary/booking-confirmation
246 / 280 chars
See it in action.
Now you know what Booking Confirmation means. Try the live scan demo or read the developer docs to go deeper.