Skip to main content

Manage User Quotas

User Quotas lets workspace admins set a monthly budget cap for each member. When a member reaches their cap, further API requests return HTTP 429 until the next billing cycle resets the counter.


Open User Quotas

  1. In the left sidebar under Serverless Inference, click User Quotas.

Serverless Inference — User Quotas


Understand the quota hierarchy

Quotas follow a three-level hierarchy:

Org quota (ceiling)
└── Workspace quota (parent)
└── User quota (per-member cap)

Every user cap must satisfy user ≤ workspace ≤ org. If no workspace quota is set, the cap defaults to the organisation limit. If no user quota is set, the member has no individual cap (only the workspace limit applies).

The This workspace quota (parent) banner at the top of the page shows the current workspace cap and whether it is set.


Summary cards

CardDescription
MembersTotal number of workspace members
With budget capMembers who have a personal monthly cap configured
No capMembers with no personal cap (workspace limit applies)
Near limit (≥80%)Members who have used ≥80% of their monthly cap

Set a cap for a member

  1. Find the member in the table (use the search box to filter by name or email).
  2. Click the Edit (pencil) icon in the Actions column.
  3. Enter a monthly cap in USD.
  4. Save the change.

The cap takes effect immediately. The Monthly cap column updates to show the new value.


Remove a cap

Follow the same steps as setting a cap, but clear the amount field and save. The member's cap reverts to the workspace limit.


Member table columns

ColumnDescription
MemberName and email of the workspace member
RoleMember's workspace role (Admin, Member, etc.)
Monthly capCurrent personal spend cap in USD, or "No cap"
MTD usageMonth-to-date spend for this member
ActionsEdit the member's cap

What's next