Document current organization concurrency usage - #604
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
chruffins
marked this pull request as ready for review
September 18, 2026 14:45
There was a problem hiding this comment.
Risk assessment: Very Low
This PR updates two Mintlify documentation pages (info/projects.mdx, reference/cli/org.mdx) to describe existing /org/limits and kernel org limits get response fields (concurrent_sessions_used, concurrent_sessions_available). The diff is +7/−3 with no application code, config, CI, or infrastructure changes.
Why Very Low
- Documentation-only copy on existing API/CLI reference surfaces
- No production logic, auth, billing, or shared-system changes
- No CODEOWNERS file in this repo, so code-owner review is not required
- Small, easy-to-verify blast radius (docs site content only)
Approving because the change is Very Low risk and there is no existing approval.
Sent by Cursor Automation: Assign PR reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Validation
Note
Low Risk
Documentation-only updates with no runtime or security impact.
Overview
Updates the Projects guide and CLI org reference so org concurrency APIs and
kernel org limits getdocument live usage, not just caps.The
/org/limitsGET/PATCHtable rows now describe effective limit, current usage, available capacity, and note that responses includeconcurrent_sessions_usedandconcurrent_sessions_available(on-demand sessions plus pool reservations; available is limit minus usage, floored at zero; bothnullwhen usage cannot be read).kernel org limits getis aligned with the same fields and semantics in its description and JSON output section.Reviewed by Cursor Bugbot for commit 5026939. Configure here.