Billing organization attribution
Usage counts toward the limit of the organization it is billed to:- Cloud Devin sessions count toward the organization the session runs in.
- Devin Review counts toward the review’s billing organization.
- Devin Desktop, Windsurf JetBrains, and Devin CLI count toward the user’s billing organization.
billing_org_id field remains supported:
Organization endpoints
Usehttps://api.devin.ai as the base URL. See ACU limits for authentication and permissions.
These endpoints are in beta (
/v3beta1) and are not included in the published OpenAPI specification.Get an organization’s limits
200 with the organization’s limit in cycle_acu_limit:
cycle_acu_limit is omitted when no organization limit is set.
Responses may also include deprecated
cloud_agent and local_agent fields. Use cycle_acu_limit in new integrations.Update an organization’s limits
The endpoint returns HTTP
204 No Content on success. Do not include cycle_acu_limit and either deprecated agent block in the same request.
Delete an organization’s limits
cycle_acu_limit to null. The endpoint returns HTTP 204 No Content on success.
Removing an organization limit leaves user-level limits and your enterprise’s billing terms in effect.
Errors
Example: set an organization budget
Set a 5,000 ACU limit for an organization:Frequently asked questions
What happens when an organization reaches a limit?
What happens when an organization reaches a limit?
New work billed to that organization is blocked until an administrator raises or removes the limit, or usage resets in the next monthly billing window.
How quickly do limit changes take effect?
How quickly do limit changes take effect?
Allow about five minutes for changes to take effect across products. Limit changes are recorded in the enterprise audit log.

