From ffb46e54c6dcdb6abb358288a9cc3dfc229690cc Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Wed, 17 Jun 2026 20:51:28 +0000 Subject: [PATCH 1/5] docs: remove free bundled AI references Reframe billing and FAQ docs so the monthly credit allowance is attributed to paid plans and the Free plan is described as not including bundled AI usage for the Warp Agent. Point Free users to the two existing alternatives: upgrade to a paid plan, or bring their own inference (BYOK, a custom inference endpoint, or a SuperGrok/X Premium subscription). Adds a new "Does the Free plan include AI usage?" FAQ and corrects the BYOK availability statement to Free and all eligible paid plans. Co-Authored-By: Oz --- .../agent-platform/getting-started/faqs.mdx | 4 ++-- .../plans-and-billing/credits.mdx | 2 +- .../plans-and-billing/plans-pricing-refunds.mdx | 2 +- .../plans-and-billing/pricing-faqs.mdx | 17 +++++++++++++---- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/content/docs/agent-platform/getting-started/faqs.mdx b/src/content/docs/agent-platform/getting-started/faqs.mdx index 8b773b85..a9e7695e 100644 --- a/src/content/docs/agent-platform/getting-started/faqs.mdx +++ b/src/content/docs/agent-platform/getting-started/faqs.mdx @@ -29,11 +29,11 @@ Warp supports a curated list of LLMs from providers like OpenAI, Anthropic, and ### Can I use my own LLM API key? -Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) for users on paid plans (starting with Build). You can connect your own Anthropic, OpenAI, or Google API keys to route requests directly through your account. Organizations on the Enterprise plan can additionally enable managed "Bring Your Own LLM" configurations to meet strict security or compliance requirements. +Yes. Warp supports [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/) on the Free plan and all eligible paid plans, so you can connect your own Anthropic, OpenAI, or Google API keys to route requests directly through your account. Because the Free plan doesn't include bundled AI usage for the Warp Agent, BYOK is one way to keep using the Warp Agent on the Free plan. BYOK and [custom inference endpoints](/agent-platform/inference/custom-inference-endpoint/) are available for individual users and organizations with 10 or fewer employees, subject to Warp's Terms of Service; larger organizations need a Warp Business or Enterprise plan. Organizations on the Enterprise plan can additionally enable managed [Bring Your Own LLM (BYOLLM)](/enterprise/enterprise-features/bring-your-own-llm/) configurations to meet strict security or compliance requirements. ## Billing -Every Warp plan includes a set number of credits per user per month. See [pricing](https://www.warp.dev/pricing) to compare plans. +Paid Warp plans include a set number of credits per user per month for Warp-provided AI usage. The Free plan doesn't include bundled AI usage for the Warp Agent; to use the Warp Agent on the Free plan, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference (BYOK, a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/)). See [pricing](https://www.warp.dev/pricing) to compare plans. Credit limits apply to Agent Mode, Generate (Legacy), and [AI autofill in Workflows](/knowledge-and-collaboration/warp-drive/workflows/#ai-autofill). diff --git a/src/content/docs/support-and-community/plans-and-billing/credits.mdx b/src/content/docs/support-and-community/plans-and-billing/credits.mdx index a1f00ee8..580185a8 100644 --- a/src/content/docs/support-and-community/plans-and-billing/credits.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/credits.mdx @@ -43,7 +43,7 @@ You can view your total credit usage, along with other billing details, in **Set * **Seat-level allocation**: On team plans, credit limits apply per seat — each team member has their own allowance. Individual users (not on a team) also have their own credit allocation. * **Cloud agents and integrations**: Individual users can run cloud agents via the CLI and API, drawing from their Warp credits. Slack and Linear integrations require team membership. -* **Hitting the credit limits**: Once you hit your monthly credit limit, your access will depend on your plan. On the Free plan, AI access stops until your next billing cycle. On paid plans, you can continue using AI with usage-based billing via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/). +* **Credit limits by plan**: The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent on the Free plan, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). On paid plans, once you reach your monthly credit limit you can continue using AI with usage-based billing via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/). #### **Other features that use credits** diff --git a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx index 2e87a249..c699eb8f 100644 --- a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx @@ -10,7 +10,7 @@ sidebar: Warp offers flexible, pay-as-you-go plans designed for individual developers, teams, and enterprises. -You only pay for what you use—each plan includes a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows. +Paid plans include a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows. The Free plan doesn't include bundled AI usage for the Warp Agent. To keep using the Warp Agent on the Free plan, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). :::note See [Warp pricing](https://www.warp.dev/pricing) for the latest plans and what’s included in each offering. diff --git a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx index 6a1b7846..5ed7d3a6 100644 --- a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx @@ -9,9 +9,9 @@ description: >- ### How can I upgrade and subscribe to a Warp plan? -All paid Warp plans come with higher monthly credit limits than the Free plan. +Paid Warp plans include a monthly allowance of credits for Warp-provided AI usage. The Free plan doesn't include bundled AI usage for the Warp Agent (see [Does the Free plan include AI usage?](#does-the-free-plan-include-ai-usage) below). -When you upgrade from Free to a paid plan, your credit usage resets. If you’re switching between paid plans, any AI usage you've already accumulated will carry over. +When you upgrade to a paid plan, you get your plan's monthly credit allowance right away. If you're switching between paid plans, any AI usage you've already accumulated will carry over. You can subscribe to a Warp paid plan as an individual or as part of a team. To upgrade: @@ -124,11 +124,11 @@ Tokens are chunks of text, such as words, parts of code, or characters, that lar Warp now abstracts away token usage, so you don't need to manage or track it directly. You only need to monitor your **credit usage**, which is what’s measured against your plan limits. ::: -If you're curious, you can read the [OpenAI article on tokens](https://help.openai.com/en/articles/4936856-understanding-tokens), or refer to the pricing page for plan-level credit allocations. If you reach your monthly credit limits on the Free plan, premium models pause until your quota resets at the start of your next billing cycle. On paid plans, you can continue using premium models via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/) and auto-reload — see [What if I need more AI usage than my plan includes?](#what-if-i-need-more-ai-usage-than-my-plan-includes) for the full list of options. +If you're curious, you can read the [OpenAI article on tokens](https://help.openai.com/en/articles/4936856-understanding-tokens), or refer to the pricing page for plan-level credit allocations. The Free plan doesn't include bundled AI usage for the Warp Agent (see [Does the Free plan include AI usage?](#does-the-free-plan-include-ai-usage)). On paid plans, when you reach your monthly credit limit, premium models pause until your quota resets at the start of your next billing cycle; you can continue using premium models via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/) and auto-reload. See [What if I need more AI usage than my plan includes?](#what-if-i-need-more-ai-usage-than-my-plan-includes) for the full list of options. ### How often do my credits reset? -Allotted credits refill every 30 days from your signup date. When you upgrade to a [paid plan](https://www.warp.dev/pricing), you will be given more credits immediately. You can follow along with your refill period by referencing **Settings** > **Billing and usage**. Alternatively, purchase [add-on credits](/support-and-community/plans-and-billing/add-on-credits/), or enable auto-reload with a monthly spend limit, to continue using premium models beyond your included quota. +On paid plans, allotted credits refill every 30 days from your signup date. The Free plan doesn't include bundled AI usage for the Warp Agent (see [Does the Free plan include AI usage?](#does-the-free-plan-include-ai-usage)). When you upgrade to a [paid plan](https://www.warp.dev/pricing), you're given your monthly credits immediately. You can follow along with your refill period by referencing **Settings** > **Billing and usage**. Alternatively, purchase [add-on credits](/support-and-community/plans-and-billing/add-on-credits/), or enable auto-reload with a monthly spend limit, to continue using premium models beyond your included quota. :::note Unused credits do not rollover to the next cycle and can't be transferred to other accounts. @@ -208,6 +208,15 @@ When auto-reload is **off**, the request is blocked once both buckets are deplet Enterprise plans support team-scoped credit pools, so this traffic draws from the team pool rather than an individual admin. See [enterprise billing](/enterprise/support-and-resources/billing/) for overage and contract terms. ::: +### Does the Free plan include AI usage? + +The Free plan doesn't include bundled AI usage for the Warp Agent. To keep using the Warp Agent on the Free plan, you have two options: + +* **Upgrade to a paid plan** — paid plans include a monthly allowance of Warp-provided AI usage with no extra setup. See [Warp pricing](https://www.warp.dev/pricing). +* **Bring your own inference** — connect your own API key with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), point Warp at a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or use a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). Requests routed through your own inference don't consume Warp credits. + +Without a paid plan or your own inference, conversations on the Free plan can't run on Warp-provided models. This includes conversations started from prompt suggestions in the input. + ### Can I use a Free plan if I'm a developer at a large company or organization? Yes. Developers at any company size are welcome to use Warp’s Free plan. From 52e49064c11d56e16de0e9c0ce2bd648843b5894 Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Wed, 17 Jun 2026 18:54:26 -0400 Subject: [PATCH 2/5] Update src/content/docs/agent-platform/getting-started/faqs.mdx Co-authored-by: Danny <16809145+dannyneira@users.noreply.github.com> --- src/content/docs/agent-platform/getting-started/faqs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agent-platform/getting-started/faqs.mdx b/src/content/docs/agent-platform/getting-started/faqs.mdx index a9e7695e..f80350a6 100644 --- a/src/content/docs/agent-platform/getting-started/faqs.mdx +++ b/src/content/docs/agent-platform/getting-started/faqs.mdx @@ -33,7 +33,7 @@ Yes. Warp supports [Bring Your Own API Key (BYOK)](/agent-platform/inference/bri ## Billing -Paid Warp plans include a set number of credits per user per month for Warp-provided AI usage. The Free plan doesn't include bundled AI usage for the Warp Agent; to use the Warp Agent on the Free plan, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference (BYOK, a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/)). See [pricing](https://www.warp.dev/pricing) to compare plans. +Paid Warp plans include a set number of credits per user per month for Warp-provided AI usage. The Free plan doesn't include bundled AI usage for the Warp Agent; to use the Warp Agent, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference (BYOK, a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/)). See [pricing](https://www.warp.dev/pricing) to compare plans. Credit limits apply to Agent Mode, Generate (Legacy), and [AI autofill in Workflows](/knowledge-and-collaboration/warp-drive/workflows/#ai-autofill). From 8de19f1ad7e8325d0a739f3499fe1683844ee647 Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Wed, 17 Jun 2026 18:54:34 -0400 Subject: [PATCH 3/5] Update src/content/docs/support-and-community/plans-and-billing/credits.mdx Co-authored-by: Danny <16809145+dannyneira@users.noreply.github.com> --- .../docs/support-and-community/plans-and-billing/credits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support-and-community/plans-and-billing/credits.mdx b/src/content/docs/support-and-community/plans-and-billing/credits.mdx index 580185a8..9103b74c 100644 --- a/src/content/docs/support-and-community/plans-and-billing/credits.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/credits.mdx @@ -43,7 +43,7 @@ You can view your total credit usage, along with other billing details, in **Set * **Seat-level allocation**: On team plans, credit limits apply per seat — each team member has their own allowance. Individual users (not on a team) also have their own credit allocation. * **Cloud agents and integrations**: Individual users can run cloud agents via the CLI and API, drawing from their Warp credits. Slack and Linear integrations require team membership. -* **Credit limits by plan**: The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent on the Free plan, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). On paid plans, once you reach your monthly credit limit you can continue using AI with usage-based billing via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/). +* **Credit limits by plan**: The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). On paid plans, once you reach your monthly credit limit you can continue using AI with usage-based billing via [add-on credits](/support-and-community/plans-and-billing/add-on-credits/). #### **Other features that use credits** From b24c3ecbfb99750ef514d0008ae6bc64aac9fe2d Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Wed, 17 Jun 2026 18:54:41 -0400 Subject: [PATCH 4/5] Update src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx Co-authored-by: Danny <16809145+dannyneira@users.noreply.github.com> --- .../plans-and-billing/plans-pricing-refunds.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx index c699eb8f..42a5376d 100644 --- a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx @@ -10,7 +10,7 @@ sidebar: Warp offers flexible, pay-as-you-go plans designed for individual developers, teams, and enterprises. -Paid plans include a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows. The Free plan doesn't include bundled AI usage for the Warp Agent. To keep using the Warp Agent on the Free plan, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). +Paid plans include a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows. The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent, [upgrade to a paid plan](https://www.warp.dev/pricing) or bring your own inference with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). :::note See [Warp pricing](https://www.warp.dev/pricing) for the latest plans and what’s included in each offering. From 28baf8e32c4f959b90fb665c88787fa5e57a0198 Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Wed, 17 Jun 2026 18:54:48 -0400 Subject: [PATCH 5/5] Update src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx Co-authored-by: Danny <16809145+dannyneira@users.noreply.github.com> --- .../support-and-community/plans-and-billing/pricing-faqs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx index 5ed7d3a6..fb146655 100644 --- a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx @@ -210,7 +210,7 @@ Enterprise plans support team-scoped credit pools, so this traffic draws from th ### Does the Free plan include AI usage? -The Free plan doesn't include bundled AI usage for the Warp Agent. To keep using the Warp Agent on the Free plan, you have two options: +The Free plan doesn't include bundled AI usage for the Warp Agent. To use the Warp Agent, you have two options: * **Upgrade to a paid plan** — paid plans include a monthly allowance of Warp-provided AI usage with no extra setup. See [Warp pricing](https://www.warp.dev/pricing). * **Bring your own inference** — connect your own API key with [Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/), point Warp at a [custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/), or use a [SuperGrok or X Premium subscription](/agent-platform/inference/grok-subscription/). Requests routed through your own inference don't consume Warp credits.