Usage & Limits
How metered usage is tracked, where limits come from, and when counters reset.
If your plan is metered, the Usage page shows where you stand against your limits for the current period.
Where limits come from
Limits are defined per plan and travel with the license as entitlements:
A null limit means unlimited.
How usage is counted
Each chargeable operation in your plugin reports usage (see Metered Usage). The portal keeps a counter per metric, per billing period:
| Field | Meaning |
|---|---|
used | How much has been consumed this period |
remaining | What's left before hitting the limit |
period | The current period key, e.g. 2025-06 |
resetAt | When the counter resets |
Reading usage in the portal
The Usage page shows each metric as a progress bar with used / limit and
the reset date. The Dashboard shows a condensed version.
Period resets
Metered counters reset automatically at the start of each billing period — the first day of the next calendar month for monthly plans. No action is needed.
Developers can read the reset time programmatically:
Exceeding a limit
When a metric hits its cap, further metered calls are denied (allowed: false)
unless credits cover the overage. See
Billing & Credits.