Skip to content

Commit 8c6b4c3

Browse files
hongyi-chenoz-agent
andcommitted
Remove PAYG mentions from Enterprise plan billing copy
Drop the pay-as-you-go (PAYG) fallback language from the Enterprise bullets in cloud-agent team billing and credits — PAYG is an internal contract detail. The Enterprise sections now describe runs as drawing from the team-scoped credit pool, with overage behavior governed by the Enterprise contract terms. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent c13b40d commit 8c6b4c3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/docs/agent-platform/cloud-agents/team-access-billing-and-identity.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ When a user triggers an agent through an integration (like Slack or Linear), the
8585

8686
* **User-triggered runs on Build, Max, or Business** - Warp draws from any [cloud agent credits](/support-and-community/plans-and-billing/credits/#compute-credits) the user has, then the user's plan-included credits, then the user's Reload credits. Reload credits are scoped to the individual user and are not shared across the team.
8787
* **Team API key or scheduled cloud agent runs on Build, Max, or Business** - Warp bills the team owner. The waterfall is: the owner's plan-included credits, then the owner's Reload credits. With auto-reload off, the request is blocked when both pools are depleted. With auto-reload on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap.
88-
* **Enterprise plans** - Runs draw from the team-scoped credit pool. When the pool is depleted, traffic falls to pay-as-you-go (PAYG) if enabled in the contract.
88+
* **Enterprise plans** - Runs draw from the team-scoped credit pool, per your Enterprise contract terms.
8989

90-
If all applicable credit sources are exhausted and no auto-reload or PAYG path is available, integrations and cloud agents will not run until credits are added. See [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) for the full self-serve waterfall and [platform credits](/support-and-community/plans-and-billing/platform-credits/) for the third bucket that applies to every cloud agent run.
90+
If all applicable credit sources are exhausted and no auto-reload is configured, integrations and cloud agents will not run until credits are added. See [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) for the full self-serve waterfall and [platform credits](/support-and-community/plans-and-billing/platform-credits/) for the third bucket that applies to every cloud agent run.
9191

9292
:::note
9393
If you're on an Enterprise plan, please reach out to [warp.dev/contact-sales](https://www.warp.dev/contact-sales) with any billing questions related to integrations.
@@ -219,13 +219,13 @@ How credits are consumed depends on how the agent run is triggered and authentic
219219

220220
* Runs are tied to the triggering user's identity.
221221
* On Build, Max, and Business plans, credits are consumed starting with any [cloud agent credits](/support-and-community/plans-and-billing/credits/#compute-credits) allocated to the user, then the user's plan-included credits, then the user's Reload credits. Reload credits are scoped to the individual user.
222-
* On Enterprise plans, runs draw from the team-scoped credit pool, falling back to pay-as-you-go (PAYG) when the pool is depleted, if enabled in the contract.
222+
* On Enterprise plans, runs draw from the team-scoped credit pool, per your Enterprise contract terms.
223223

224224
**Team API key and scheduled cloud agent runs** (fully automated or headless workflows):
225225

226226
* Runs are not tied to any individual user.
227227
* On Build, Max, and Business plans, Warp bills the team owner: the owner's plan-included credits, then the owner's Reload credits. With auto-reload off, the request is blocked when both pools are depleted. With auto-reload on, usage can trigger a reload on the owner's Reload pool subject to the team-wide monthly spend cap.
228-
* On Enterprise plans, these runs draw from the team-scoped credit pool, falling back to pay-as-you-go (PAYG) when the pool is depleted, if enabled in the contract.
228+
* On Enterprise plans, these runs draw from the team-scoped credit pool, per your Enterprise contract terms.
229229
* Ideal for CI/CD pipelines, scheduled tasks, and other automated workflows.
230230
* For workflows that require code changes (opening pull requests, pushing branches, or writing to a repository), configure [team GitHub authorization](#team-github-authorization) so the agent can authenticate with the Oz by Warp GitHub App. Alternatively, use a [personal API key](/reference/cli/api-keys/) to authenticate as an individual user.
231231

@@ -247,7 +247,7 @@ All triggers and instructions used by cloud agents are defined and controlled by
247247
Because triggers and instructions are configured by your team, the credits consumed when an agent runs are billed according to the model above:
248248

249249
* **Build, Max, Business** - User-triggered runs draw from the triggering user's pools (plan-included credits, then their Reload credits). Team API key and scheduled cloud agent runs are billed to the team owner (the owner's plan-included credits, then the owner's Reload credits, subject to the team-wide spend cap when auto-reload is on).
250-
* **Enterprise** - All runs draw from the team-scoped credit pool, with PAYG as a fallback if enabled in the contract.
250+
* **Enterprise** - All runs draw from the team-scoped credit pool, per your Enterprise contract terms.
251251

252252
It's the team's responsibility to manage triggers, confirm they behave as intended, and monitor usage. Reviewing triggers, prompts, and agent behavior periodically helps ensure that credit usage aligns with expectations.
253253

src/content/docs/support-and-community/plans-and-billing/credits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ For details on auto-reload, manual purchases, and the team-wide spend cap, see [
178178

179179
#### Enterprise plans
180180

181-
On Enterprise plans, these runs draw from the team's Enterprise credit pool. When the pool is depleted, traffic falls to pay-as-you-go (PAYG) if enabled in the contract; otherwise the request is blocked. Overage behavior follows your Enterprise contract terms.
181+
On Enterprise plans, these runs draw from the team's Enterprise credit pool. Overage behavior follows your Enterprise contract terms.

0 commit comments

Comments
 (0)