By source
Every place Logic AI is called from is a source — the chat itself, plus any integration that calls the global Apex API. Each source row shows its model, spend so far this month, its limit, and whether it’s enabled. Click Edit on a row to:- Set a monthly limit — choose No cap or Amount and enter a USD figure. When a source reaches its limit, its calls are refused until the next month (or until you raise it).
- Change the model the source runs on.
- Enable or disable the source — a disabled source’s calls are rejected, a quick way to switch off one integration without touching code.
By user
Spend per user, with a monthly Cap you can set per person (No cap or an Amount). A user with no cap of their own falls back to the org default user cap. When a user reaches their cap, their calls are refused until the next month.How limits are enforced
Caps are enforced in addition to your organization’s overall credit balance — a call is refused if it would exceed either an applicable cap or the remaining balance. Buying more credits does not lift a cap, and raising a cap does not add credits; they’re independent controls. When a call is refused for either reason, users see a friendly “out of credits” message in chat, and integrations calling the API get a402 response — see Errors & Status Codes.
