Skip to main content
Enterprise administrators can set Agent Compute Unit (ACU) limits to control consumption across their enterprise. There are two kinds of limit, with different shapes: 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.

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). Use https://api.devin.ai as the base URL. See the V3 API overview for authentication and service user guidance.

PATCH semantics

For the PATCH endpoints:
  • An omitted field is unchanged.
  • A field set to null is cleared.
  • A field set to a value is created or updated.

Frequently asked questions

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.
If no limits are configured, usage is unrestricted by these limit controls, subject to your enterprise plan and billing terms.
Yes. Setting cycle_acu_limit to 0 blocks usage for that scope until the limit is increased or removed.
All limits reset monthly based on your billing cycle.
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.
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.