Organization
Get organization limits
Get the organization's concurrency limit — the maximum browsers running at once across on-demand sessions and browser pool reservations — and the default per-project concurrency cap applied to projects without an explicit override.
get/org/limits
Response
Organization limits
Example response
{
"max_concurrent_sessions": 100,
"default_project_max_concurrent_sessions": 10
}