What happened?
When using the hosted Cloud API (api.cloud.vexa.ai), every bot session generates 4 billing events per meter type
instead of 1, resulting in being charged 4x the expected amount.
Example for a 3-minute session (fdc-asqn-hnk):
- 4× vexa_bot_minutes @ $0.0150 = $0.06
- 4× vexa_tx_addon_minutes @ $0.0100 = $0.04
- Total charged: $0.10 — expected: $0.025
All 4 events have identical minute counts and arrive within milliseconds of each other in two bursts (~3 seconds
apart).
What did you expect?
1 billing event per meter type per session:
- 1× vexa_bot_minutes
- 1× vexa_tx_addon_minutes
How to reproduce?
- Call POST https://api.cloud.vexa.ai/bots with any Google Meet ID
- Wait 1–2 minutes
- Call DELETE https://api.cloud.vexa.ai/bots/google_meet/{meeting_id}
- Download the metering CSV from the dashboard
The 4x pattern appears consistently on every session, including sessions created directly via curl with no
application code involved.
Logs / screenshots?
Date,Meter,Minutes,Cost
2026-05-11T08:24:22.620Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:22.592Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:22.464Z,vexa_bot_minutes,3.00,$0.0150
2026-05-11T08:24:22.412Z,vexa_bot_minutes,3.00,$0.0150
2026-05-11T08:24:22.294Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:22.137Z,vexa_bot_minutes,3.00,$0.0150
2026-05-11T08:24:19.828Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:19.674Z,vexa_bot_minutes,3.00,$0.0150
Version / env?
- Hosted Cloud API: api.cloud.vexa.ai
- No self-hosted components
- Tested via direct curl (no application code)
- Plan: pay-as-you-go
What happened?
When using the hosted Cloud API (api.cloud.vexa.ai), every bot session generates 4 billing events per meter type
instead of 1, resulting in being charged 4x the expected amount.
Example for a 3-minute session (fdc-asqn-hnk):
All 4 events have identical minute counts and arrive within milliseconds of each other in two bursts (~3 seconds
apart).
What did you expect?
1 billing event per meter type per session:
How to reproduce?
The 4x pattern appears consistently on every session, including sessions created directly via curl with no
application code involved.
Logs / screenshots?
Date,Meter,Minutes,Cost
2026-05-11T08:24:22.620Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:22.592Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:22.464Z,vexa_bot_minutes,3.00,$0.0150
2026-05-11T08:24:22.412Z,vexa_bot_minutes,3.00,$0.0150
2026-05-11T08:24:22.294Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:22.137Z,vexa_bot_minutes,3.00,$0.0150
2026-05-11T08:24:19.828Z,vexa_tx_addon_minutes,3.00,$0.0100
2026-05-11T08:24:19.674Z,vexa_bot_minutes,3.00,$0.0150
Version / env?