The two kinds are enforced independently — a request is blocked if either the user’s limit or the relevant organization limit has been reached. All limits reset automatically at the start of each monthly window.
- See Organization-level ACU limits for per-organization budgets by product category.
- See User-level ACU limits for tiers, IdP group mappings, per-user overrides, limit-increase requests, and effective limits.
- See Legacy user ACU limit endpoints for the deprecated per-user and default user limit endpoints.
Manage limits with the V3 API
All requests authenticate with an enterprise service user token. Reading limit settings requires the ViewAccountConsumption account permission; updating or deleting limit settings requires the ManageBilling account permission (as does reading limit-increase requests). Usehttps://api.devin.ai as the base URL. See the V3 API overview for authentication and service user guidance.
PATCH semantics
For thePATCH endpoints:
- An omitted field is unchanged.
- A field set to
nullis cleared. - A field set to a value is created or updated.
Frequently asked questions
What is the difference between organization-level and user-level limits?
What is the difference between organization-level and user-level limits?
Organization-level limits cap the total usage attributed to one organization and are split by product category (Local Agent vs. Devin cloud sessions). User-level limits cap an individual user’s combined local and cloud usage, account-wide, and are managed through tiers. The two are enforced independently.
What if I do not set any limits?
What if I do not set any limits?
If no limits are configured, usage is unrestricted by these limit controls, subject to your enterprise plan and billing terms.
Can I set a limit of zero?
Can I set a limit of zero?
Yes. Setting
cycle_acu_limit to 0 blocks usage for that scope until the limit is increased or removed.How often do limits reset?
How often do limits reset?
All limits reset monthly based on your billing cycle.
How can I find user and organization IDs?
How can I find user and organization IDs?
Retrieve user IDs with
GET /v3/enterprise/members/users and organization IDs with GET /v3/enterprise/organizations, or find them in Enterprise Settings in the Devin web app.Can I set limits in the web app?
Can I set limits in the web app?
Yes, for both kinds. User-level limits are managed in Enterprise Settings under Usage policies, where administrators can create and edit tiers, assign users to tiers, and set permanent or temporary per-user overrides, as well as review limit-increase requests under ACU requests. Organization-level Devin limits can be managed under Enterprise billing. Organization-level Local Agent limits are currently managed through the V3 API. Enterprise administrators can also view current-cycle ACU usage by product or user in Enterprise Settings under Consumption.

