The canonical per-action credit price list. Pure static read.
costs[action] * count to get the total for a batch operation (e.g. FIND_PERSON * 50 for a 50-result lead search, DEEP_RESEARCH * 10 for 10 research reports).
createCreditPreview with { action, count } to confirm affordability against the live balance.sufficient: false, stop and escalate to the human with the exact shortfall — never partially-execute.createCreditPreview tells you whether the caller can afford it against their current balance — that is the call an agent actually needs before proceeding with a billable action.New free workspaces need provisioning. If a fresh workspace returns 402 on billable endpoints even though the balance should be 1,000, fall back to createCreditProvision to attach the free plan before retrying.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The full cost table. Keys are action identifiers, values are positive integers (credits per unit of work).
Map of action → credits consumed per unit. Multiply by batch size for a per-operation estimate (e.g. FIND_PERSON * 50 for a 50-result lead search). One credit ≈ $0.05 face value.