Skip to main content
Enterprise administrators can set Agent Compute Unit (ACU) limits to control consumption across their enterprise. Limits can apply to an organization or an individual user: 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. Reading limit-increase requests requires the ManageAcuLimits account permission. 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 billed to an organization. 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. Manage organization limits in Settings > Organizations; see Enterprise billing. Enterprise administrators can also view current-cycle ACU usage by product or user in Enterprise Settings under Consumption.