How usage accrues
Four things in ax1om are metered. Everything else you do in the product moves no meter at all.
This page walks the route a normal week takes through the product and names what accrues at each step. For the numbers themselves, see limits and what is included. For what any of it costs you, the short answer is on billing: nothing beyond your plan.
The four meters
Section titled “The four meters”| Meter | Unit | What moves it |
|---|---|---|
| Training runs | 1 per run | Starting a training run, from the model wizard or from an agent |
| Score maintenance | 1 per record rescored | The scheduled weekly rescore of your activated scores, on Pro and above |
| Timing refresh | 1 per refresh | A refresh of the Timing module for a scoring route |
| Records scored over the API | 1 per record | Every record in a successful POST /v1/score or POST /v1/webhooks/score request |
Each meter counts in its own calendar month and resets when the month does.
A pass through the product
Section titled “A pass through the product”Connect a CRM. Nothing meters. Reading your objects and fields, refreshing the field list, and reconnecting all cost you nothing.
Pick your fields and run diagnostics. Nothing meters. Dataset health, field signal, leakage checks, and redundant-field detection are all free to run, and free to re-run. You are meant to iterate here.
Train. One training run, whether you started it from the wizard or an agent called train_model for you. The run also counts against your plan’s runs per day and runs per week. The meter moves when the run is dispatched, so a run that fails still counted: it occupied the compute either way. Plan retries the way you would plan any other job.
Read the results. Nothing meters. The readout, the lift curve, the score distribution, feature importance, and the model history are all reads of work you already paid for with the run.
Activate and write back. Nothing meters. Writing scores onto CRM records, exporting scores as CSV, and reading per-record factors move no meter.
Let score maintenance run. On Pro and above, activated scores are rescored weekly across all records. That rescore is metered per record. It is scheduled work, so it accrues on its own cadence rather than when you click something.
Refresh Timing. One timing refresh per dispatched job. Timing is a module rather than a separate score, and it refreshes on its own schedule once a scoring route has it switched on.
Score on demand. One record scored is one unit, and the two live endpoints count identically. A batch of 200 records counts 200 whether it arrived as one call or four. Records the response marks as cold still count, because they were still scored.
What never accrues
Section titled “What never accrues”- A failed request.
POST /v1/scoreandPOST /v1/webhooks/scorereturn an error before any metering, so a rejected batch counts nothing. - Test API keys. Keys prefixed
ax1m_sk_test_meter into their own separate test allowance and are never billed. Integration work does not eat your live allowance. - The local MCP tools.
assess_fit,generate_export_spec,validate_csv, andsafe_export_policyrun entirely in your own process. Nothing leaves your machine and nothing meters. See the MCP reference. - Reading anything. Dashboards, readouts, exports, model history, and the API’s own
usageobject are reads.
Where to see where you stand
Section titled “Where to see where you stand”Every batch response from POST /v1/score carries a usage object with your monthly limit, what you have used, what remains, and whether you are inside the grace band. The field list is in the API reference. The product shows the same standing for your live API allocation.
Usage does not change your bill
Section titled “Usage does not change your bill”There are no usage overages on any plan, by design. Past your included live API allocation, requests keep working through a grace band up to 2x the limit, then scoring pauses with quota_exceeded until the month resets or you upgrade. Nothing you do in the product can make an invoice larger than the plan you picked.
That is the contract. If a request is refused, it is refused clearly and it is free.
- Limits and what is included · every number, per plan
- Billing and invoices · what you are charged for and when
- Rate limits and usage · the
usageobject, field by field - Troubleshooting · when a limit is the reason something stopped