-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs: add Licensing & Usage page and reorder agents manifest #28263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
86dedbb
docs(agents): add Licensing & Usage page and reorder agents manifest
mattvollmer 5822237
docs(agents): rename Premium to AI Premium and refine licensing copy
mattvollmer 5550026
docs: escape ampersand in manifest title for gen check
mattvollmer e5a8359
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer 048501d
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer 38959f8
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer e39ea28
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer b13a214
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer 10db664
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer 493a617
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer f50a803
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer c6c13ad
Update docs/ai-coder/agents/licensing-usage.md
mattvollmer ded1120
docs: remove fallback detail from AI Premium Agent Time exhaustion
mattvollmer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| --- | ||
| title: Licensing & Usage | ||
| --- | ||
|
|
||
| Coder Agents is licensed differently depending on whether your deployment holds a Community license or an AI Premium license with a purchased Agent Time allocation. | ||
|
|
||
| ## Community licenses | ||
|
|
||
| Community licenses support up to five concurrently active agents deployment-wide. | ||
| Coder doesn't limit how long those agents can run or how many tasks they complete over time. | ||
| Agents will queue when more than five agents are active at a time. | ||
| With this agent pool, individuals and small teams can experiment with Coder Agents at no cost. | ||
|
|
||
| ## AI Premium licenses and Agent Time | ||
|
|
||
| AI Premium licenses include a customizable amount of Agent Time. | ||
| Agent Time is shared across the deployment, allowing unlimited agents to run concurrently while consuming from a shared pool of purchased working hours. | ||
| This usage-based model is designed for enterprise workloads, where large development teams, background automation, and API-triggered tasks can create highly variable bursts of agent activity without being constrained by a concurrency limit. | ||
|
|
||
| ## How Agent Time is measured | ||
|
|
||
| Agent Time is the cumulative duration during which an AI agent is actively processing a task for the user. | ||
| It is measured per interaction step and summed across the duration of a conversation. | ||
|
|
||
| **Includes:** | ||
|
|
||
| - Large language model inference time | ||
| - Tool execution (such as file operations, terminal commands, and workspace provisioning) | ||
| - Automated error recovery attempts | ||
|
|
||
| **Excludes:** | ||
|
|
||
| - Time the customer spends composing or reviewing messages | ||
| - Time between conversation turns when the agent is not processing | ||
| - Tool execution delegated to external systems outside the agent's direct control | ||
|
|
||
| Agent Time does not accrue when a conversation is inactive or awaiting user input. | ||
| Agent Time is measured with millisecond precision and is rounded down to the nearest minute for billing purposes. | ||
|
|
||
| ## Concurrency and usage limits | ||
|
|
||
| Coder handles concurrency and usage limits differently, depending on the license you use for Coder. | ||
|
|
||
| ### Community concurrency limit | ||
|
|
||
| When a Community license deployment reaches its limit of five concurrently active agents, any additional agents are placed in a queue. | ||
| As soon as an active agent completes its task, the next queued agent begins its work, so no work is lost and no action is required from the user. | ||
|
|
||
| ### AI Premium Agent Time exhaustion | ||
|
|
||
| Coder sends deployment administrators an in-app soft warning message as the deployment approaches its maximum allotted Agent Time, so they can purchase additional Agent Time before the concurrency fallback takes effect. | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.