Skip to content

docs(pricing-may-2026): cross-page cleanup for user-scoped Reload + leave-team warnings#112

Merged
hongyi-chen merged 1 commit into
hyc/plan-updatesfrom
hyc/plan-updates-cross-refs
May 19, 2026
Merged

docs(pricing-may-2026): cross-page cleanup for user-scoped Reload + leave-team warnings#112
hongyi-chen merged 1 commit into
hyc/plan-updatesfrom
hyc/plan-updates-cross-refs

Conversation

@hongyi-chen

Copy link
Copy Markdown
Collaborator

This is the 5th sibling PR of the May 2026 pricing launch. Siblings:

This PR cleans up four cross-pages that were written under the old pooled Add-on Credits model and contained claims that will be incorrect once the May 14, 2026 changes ship. None of the per-plan monthly credit counts are hard-coded — readers are pointed at warp.dev/pricing and the new Reload credits / platform credits pages.

Files changed

  • src/content/docs/agent-platform/cloud-agents/team-access-billing-and-identity.mdx — Rewrote the integration credit waterfall, the user-triggered / team API key / scheduled / agent identity run bullets, and the "Staying aware of usage" summary. Added a Related resources section linking to Reload credits, platform credits, and the credits overview.
  • src/content/docs/reference/cli/api-keys.mdx — Rewrote 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).
  • src/content/docs/knowledge-and-collaboration/teams.mdx — Added :::caution callouts 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 the active-subscription requirement.
  • src/content/docs/enterprise/team-management/teams.mdx — Added an explicit "Reload credit consequences when leaving or removing members" subsection covering leaving, admin-removes-member, and admin-deletes-team scenarios, plus the active-subscription requirement.

Model in one paragraph

On self-serve plans (Build, Max, Business), Reload credits are scoped to the individual user. User-triggered runs draw from the user's own pools (plan-included credits → user's Reload credits). Team API key, scheduled, and agent identity runs are billed to the team owner (owner's plan-included credits → owner's Reload credits), with auto-reload subject to a single team-wide monthly spend cap. On Enterprise plans, all runs draw from the team-scoped credit pool, with PAYG as a fallback if enabled in the contract. Leaving a paid team forfeits the leaving user's Reload credit access; rejoining restores any non-expired credits.

Follow-up

src/content/docs/agent-platform/cloud-agents/agents.mdx (the new Agent identities page) is deferred from this PR. That file landed on main via the orchestration-launch PR #98 and is not yet present on the hyc/plan-updates umbrella (the umbrella is currently 14 commits behind main). The orchestrator will rebase the umbrella onto main after the four siblings (#70/#71/#72/#73) and this PR land, and will pick up the agents.mdx billing subsection then — either as part of the rebase commit or in a short follow-up PR.

Conversation: https://staging.warp.dev/conversation/e425b99c-085f-4edc-8911-c277e14f196b
Run: https://oz.staging.warp.dev/runs/019e427e-b0e5-723d-8403-547bd920098e

This PR was generated with Oz.

Co-Authored-By: Oz oz-agent@warp.dev

…eave-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>
@cla-bot cla-bot Bot added the cla-signed label May 19, 2026
@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 19, 2026 11:21pm

Request Review

@hongyi-chen hongyi-chen marked this pull request as ready for review May 19, 2026 23:37
@hongyi-chen hongyi-chen merged commit 94bc740 into hyc/plan-updates May 19, 2026
3 of 5 checks passed
@hongyi-chen hongyi-chen deleted the hyc/plan-updates-cross-refs branch May 19, 2026 23:37
@oz-for-oss

oz-for-oss Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

@hongyi-chen

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates cross-page billing documentation for user-scoped Reload credits, team-owner billing for automated runs, and leave/delete-team warnings. The direction matches the stated pricing-model cleanup, and I did not find security concerns in this docs-only diff or spec drift because no approved spec context was provided.

Concerns

  • Two new references still link to credits/#cloud-agent-credits, but the credits page exposes the relevant section at #compute-credits, so those anchors will be broken.
  • The general Teams page describes user-scoped Reload-credit consequences as applying to any paid team, which conflicts with the PR's own Enterprise model where runs use a team-scoped credit pool.

Verdict

Found: 2 critical, 1 important, 0 suggestions

Request changes

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

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.
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:

* **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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 [CRITICAL] The #cloud-agent-credits anchor does not exist on the credits page; link this to the Compute credits section so readers don't hit a broken anchor.

Suggested change
* **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.
* **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.

* Runs are tied to the triggering user's identity
* 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
* Runs are tied to the triggering user's identity.
* 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 [CRITICAL] This repeats the broken #cloud-agent-credits anchor; use the existing Compute credits anchor instead.

Suggested change
* 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.
* 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.

Comment on lines +68 to +78
:::caution
**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.
:::

:::caution
**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.
:::

:::note
Reload credits require an active subscription. Downgrading to the Free plan also forfeits access to Reload credits.
:::

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] This page applies to all team plans, but these warnings state self-serve user-scoped Reload-credit behavior as universal. Qualify the warning to Build, Max, and Business so it doesn't conflict with the Enterprise team-scoped pool described elsewhere in this PR.

Suggested change
:::caution
**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.
:::
:::caution
**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.
:::
:::note
Reload credits require an active subscription. Downgrading to the Free plan also forfeits access to Reload credits.
:::
:::caution
**Leaving a Build, Max, or Business 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 one of these paid teams, 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.
:::
:::caution
**Deleting a Build, Max, or Business team removes all members' access to Reload credits.** If an admin deletes one of these teams, every member loses access to any remaining [Reload credits](/support-and-community/plans-and-billing/add-on-credits/) attributed to them under that team.
:::
:::note
Reload credits require an active subscription. Downgrading to the Free plan also forfeits access to Reload credits.
:::

hongyi-chen added a commit that referenced this pull request May 19, 2026
…dentities)

Deferred from PR #112 (cross-page cleanup) because agents.mdx didn't
exist on the umbrella branch at the time. Picked up after merging
origin/main into the umbrella, which brought agents.mdx (added by
PR #98 orchestration launch) into the tree.

Adds a 'Billing for agent identity runs' subsection between 'Supporting
multiple agent identities' and 'Plan limits' that mirrors the
service-account billing waterfall on add-on-credits.mdx, credits.mdx,
and team-access-billing-and-identity.mdx:

- Self-serve (Build/Max/Business): bills the team owner. Waterfall is
  owner's plan-included credits, then owner's Reload credits, with
  auto-reload subject to the team-wide spend cap.
- Enterprise: draws from the team-scoped credit pool with PAYG
  fallback when depleted, if enabled.

Co-Authored-By: Oz <oz-agent@warp.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant