Calls round up to the nearest minute, with a one-minute minimum.
Who pays
Credits are charged to the workspace owner, not to whoever made the call. A team member’s calls, an API key’s calls, and calls arriving on a workspace phone number all draw from the same balance. This keeps billing predictable when several people share a workspace — and it is why separating customers or environments into separate workspaces is worth doing.Where credits come from
Plan allowance
Your monthly plan includes credits. Higher plans roll unused credits forward
for one to three months.
Credit packs
Top-ups for overflow. They do not expire with the billing month.
Running out
Before a call starts, we check there is enough balance for at least a minute.- API calls return
402withINSUFFICIENT_CREDITS - Inbound phone calls are answered with a spoken message and hung up, rather than ringing out
Watching usage
What you can read with an API key is the cost of work you have already done:GET /calls rather than
polling a balance endpoint.
Billing is finalised from the provider’s reported duration when the call ends,
not from your request — so a call that fails to connect is not billed as a full
conversation.