Skip to content

Commit 5414bfb

Browse files
hongyi-chenoz-agent
andcommitted
docs(pricing-may-2026): cross-page cleanup for user-scoped Reload + leave-team warnings
Update four pages that were written under the old pooled Add-on Credits model to align with the May 14, 2026 launch. * team-access-billing-and-identity.mdx — Rewrite the integration credit waterfall, the user-triggered / team API key / scheduled / agent identity run bullets, and the 'Staying aware of usage' summary to reflect the new self-serve model (user-scoped Reload credits, team-owner billing for service-account runs subject to the team-wide spend cap) plus the Enterprise team-scoped pool with PAYG fallback. Add a Related resources section linking to Reload credits, platform credits, and the credits overview. * reference/cli/api-keys.mdx — Rewrite the Personal vs team API keys bullets so personal keys no longer claim to draw from team Add-on Credits, and team keys describe the team-owner waterfall (self-serve) and team-scoped pool (Enterprise). * knowledge-and-collaboration/teams.mdx — Add cautions to 'Leaving and deleting teams' covering: leaving a paid team forfeits access to Reload credits (rejoining restores unused, non-expired ones), deleting a team removes everyone's access, and Reload credits require an active subscription (downgrading to Free forfeits). * enterprise/team-management/teams.mdx — Add an explicit 'Reload credit consequences when leaving or removing members' subsection covering the same scenarios, plus the admin-removes-member case specific to this surface, and the active-subscription requirement. No per-plan monthly credit counts are hard-coded; users are pointed at warp.dev/pricing and the new Reload credits / platform credits pages. The companion edit to agent-platform/cloud-agents/agents.mdx (the new Agent identities page) is deferred — that file lives on main via the orchestration-launch PR #98 and has not been merged into the hyc/plan-updates umbrella yet. It will be picked up after the umbrella is rebased onto main. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 4ecda11 commit 5414bfb

4 files changed

Lines changed: 63 additions & 13 deletions

File tree

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

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ Your team must meet the following requirements to run integrations:
8181
* Not supported: Pro, Turbo, Lightspeed, legacy Business.
8282
* Your team needs at least **20 credits** available to run cloud agents and integrations (any type of Warp credits work)
8383

84-
When a user triggers an agent through an integration (like Slack or Linear), the run draws from credits in a specific order. It starts with any [Cloud Agent Credits](/support-and-community/plans-and-billing/credits/#cloud-agent-credits) the user has, then moves to the user's base credits, followed by the team's Reload Credits, and finally the user's own Reload Credits. Enterprises may have different payment options and credit plans that affect this flow. If all applicable credit sources are exhausted, integrations and cloud agents will not work until credits are added.
84+
When a user triggers an agent through an integration (like Slack or Linear), the run draws from credits based on who the run is billed to:
85+
86+
* **User-triggered runs on Build, Max, or Business** - Warp draws from any [cloud agent credits](/support-and-community/plans-and-billing/credits/#cloud-agent-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.
87+
* **Team API key, scheduled, or agent identity 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. Attribution stays on the service account or agent identity that initiated the run, but billing rolls up to the owner. 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.
89+
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.
8591

8692
:::note
8793
If you're on an Enterprise plan, please reach out to [warp.dev/contact-sales](https://warp.dev/contact-sales) with any billing questions related to integrations.
@@ -211,14 +217,16 @@ How credits are consumed depends on how the agent run is triggered and authentic
211217

212218
**User-triggered runs** (CLI with personal API key, Slack, Linear, or the Warp app):
213219

214-
* Runs are tied to the triggering user's identity
215-
* Credits are consumed starting with any credit grants specifically allocated for cloud agent usage, then the user's base credits, followed by the team's Reload Credits, and finally the user's own Reload Credits
220+
* Runs are tied to the triggering user's identity.
221+
* On Build, Max, and Business plans, credits are consumed starting with any [cloud agent credits](/support-and-community/plans-and-billing/credits/#cloud-agent-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.
216223

217-
**Team API key runs** (fully automated or headless workflows):
224+
**Team API key, scheduled, and agent identity runs** (fully automated or headless workflows):
218225

219-
* Runs are not tied to any individual user
220-
* Only the team's Reload Credit pool is used—no individual base credits are available
221-
* Ideal for CI/CD pipelines, scheduled tasks, and other automated workflows
226+
* Runs are not tied to any individual user. Attribution stays on the service account or agent identity that initiated the run.
227+
* 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.
229+
* Ideal for CI/CD pipelines, scheduled tasks, and other automated workflows.
222230
* 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.
223231

224232
For more details on creating and using API keys, see [API Keys](/reference/cli/api-keys/).
@@ -236,7 +244,17 @@ All triggers and instructions used by cloud agents are defined and controlled by
236244

237245
#### Staying aware of usage
238246

239-
Because triggers and instructions are configured by your team, any credits used when an agent runs are billed to your team's Reload Credit balance.
247+
Because triggers and instructions are configured by your team, the credits consumed when an agent runs are billed according to the model above:
248+
249+
* **Build, Max, Business** - User-triggered runs draw from the triggering user's pools (plan-included credits, then their Reload credits). Team API key, scheduled, and agent identity 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.
251+
252+
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.
253+
254+
---
255+
256+
## Related resources
240257

241-
* It’s the team’s responsibility to manage triggers, confirm they behave as intended, and monitor usage.
242-
* Reviewing triggers, prompts, and agent behavior periodically helps ensure that credit usage aligns with expectations.
258+
* [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) - How user-scoped Reload credits, auto-reload, and the team-wide spend cap work on self-serve plans.
259+
* [Platform credits](/support-and-community/plans-and-billing/platform-credits/) - The third credit bucket that applies to every cloud agent run, alongside AI credits and compute credits.
260+
* [Credits overview](/support-and-community/plans-and-billing/credits/) - The full credit model across plans.

src/content/docs/enterprise/team-management/teams.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,26 @@ If you've received an invite link, use it to sign up or log in and join the team
6464
If you're a Team Owner and choose to [delete your Warp account](/support-and-community/privacy-and-security/privacy/#delete-your-account-and-data), you'll need to assign a team member as the new owner before your account can be deleted.
6565
:::
6666

67+
### Reload credit consequences when leaving or removing members
68+
69+
On Build, Max, and Business plans, [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) are scoped to the individual user under your team. Membership changes affect access to those credits:
70+
71+
:::caution
72+
**Leaving the team.** If you leave this team, you'll lose access to any remaining Reload credits tied to it. If you rejoin the same team later, you'll regain access to any unused, non-expired credits.
73+
:::
74+
75+
:::caution
76+
**An admin removes a member.** When an admin removes a member, that member loses access to any remaining Reload credits tied to this team. If they rejoin later, they'll regain access to any unused, non-expired credits.
77+
:::
78+
79+
:::caution
80+
**An admin deletes the team.** Deleting this team will remove all members' access to any remaining Reload credits tied to it. Team members will no longer be able to use those credits.
81+
:::
82+
83+
:::note
84+
Reload credits require an active subscription. Downgrading to the Free plan forfeits access to Reload credits tied to your team. Pre-launch pooled balances are grandfathered and drain first.
85+
:::
86+
6787
## Team discoverability
6888

6989
Team admins can make their team discoverable to colleagues who share the same email domain. When enabled, new users with a matching domain can find and join the team without needing a direct invite link.

src/content/docs/knowledge-and-collaboration/teams.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ If you have received an invite link, you can use that link to sign up or log in
6565

6666
If you’re a member of a team, you can visit **Settings** > **Teams** to leave a team at any time. Team admins (who created teams) may delete a team only after removing all team members.
6767

68+
:::caution
69+
**Leaving a paid team forfeits access to Reload credits tied to it.** [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) are scoped to your individual user under your team. If you leave a paid team, you lose access to any remaining Reload credits attributed to you. If you rejoin the same team later, you regain access to any unused, non-expired credits.
70+
:::
71+
72+
:::caution
73+
**Deleting a team removes all members' access to Reload credits.** If an admin deletes the team, every member loses access to any remaining [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) attributed to them under that team.
74+
:::
75+
76+
:::note
77+
Reload credits require an active subscription. Downgrading to the Free plan also forfeits access to Reload credits.
78+
:::
79+
6880
## Team discoverability
6981

7082
Team admins can make their teams discoverable to colleagues from the same email domain. This feature is available under **Settings** > **Teams** > **Make team discoverable**.

src/content/docs/reference/cli/api-keys.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Team keys without GitHub App authorization are the right fit for automated workf
4343

4444
Warp supports two types of API keys, each with different billing and identity behavior:
4545

46-
* **Personal API keys** - Cloud agent runs authenticate as you. These runs can use your personal base credits before drawing from team Add-on Credits, just like running an agent from the Warp app or triggering one via Slack or Linear.
47-
* **Team API keys** - Cloud agent runs are not tied to any individual user. These runs can only draw from your team's pool of Add-on Credits. They cannot use any individual's base credits. When [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, team key runs can also clone repositories and open pull requests using the Oz by Warp GitHub App.
46+
* **Personal API keys** - Cloud agent runs authenticate as you, just like running an agent from the Warp app or triggering one via Slack or Linear. On Build, Max, and Business plans, runs draw from your plan-included credits, then your Reload credits — both scoped to your individual user. On Enterprise plans, runs draw from the team-scoped credit pool (with pay-as-you-go fallback if enabled in the contract).
47+
* **Team API keys** - Cloud agent runs are not tied to any individual user. 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 on, usage can trigger a reload on the owner's pool subject to the team-wide monthly spend cap. On Enterprise plans, team API key runs draw from the team-scoped credit pool. When [team GitHub authorization](/agent-platform/cloud-agents/team-access-billing-and-identity/#team-github-authorization) is configured, team key runs can also clone repositories and open pull requests using the Oz by Warp GitHub App.
4848

49-
Team API keys are useful for fully automated workflows, CI/CD pipelines, and scheduled tasks where no specific user context is needed. For billing details, see [Access, Billing, and Identity Permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/).
49+
Team API keys are useful for fully automated workflows, CI/CD pipelines, and scheduled tasks where no specific user context is needed. For the full credit waterfall and how it interacts with Reload credits, see [Access, billing, and identity permissions](/agent-platform/cloud-agents/team-access-billing-and-identity/) and [Reload credits](/support-and-community/plans-and-billing/add-on-credits/).
5050

5151
## Authenticating with API keys
5252

0 commit comments

Comments
 (0)