Skip to content

Commit b66da70

Browse files
committed
Document organization entitlements command
1 parent ab38f98 commit b66da70

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

reference/cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ kernel --version
6161
<Card icon="key" title="API Keys" href="/reference/cli/api-keys">
6262
Create, inspect, rotate, rename, and delete API keys.
6363
</Card>
64-
<Card icon="building" title="Organization Limits" href="/reference/cli/org">
65-
View and configure organization concurrency limits.
64+
<Card icon="building" title="Organization" href="/reference/cli/org">
65+
Inspect effective entitlements and configure concurrency limits.
6666
</Card>
6767
<Card icon="clock-rotate-left" title="Audit Logs" href="/reference/cli/audit-logs">
6868
Search and download organization audit logs.

reference/cli/org.mdx

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
---
2-
title: "Organization Limits"
2+
title: "Organization"
33
---
44

5-
Manage organization-wide concurrency limits and the default cap applied to projects without an explicit override.
5+
Inspect your organization's effective entitlements and manage its configurable concurrency limits.
6+
7+
## `kernel org entitlements`
8+
9+
Show the effective plan, feature access, and limits for the authenticated organization. These values already account for the organization's plan, trial, billing status, and overrides, so use them instead of inferring access from the plan name.
10+
11+
```bash
12+
kernel org entitlements
13+
14+
# Return the API response for scripts and agents
15+
kernel org entitlements --output json
16+
```
17+
18+
| Flag | Description |
19+
|------|-------------|
20+
| `--output json`, `-o json` | Output the raw entitlement response. Nullable limits remain `null`, which means unlimited. |
21+
22+
<Info>
23+
This command is read-only. Use `kernel org limits set` to change the configurable default project concurrency cap.
24+
</Info>
625

726
## `kernel org limits get`
827

0 commit comments

Comments
 (0)