From 8b327c1cc95587f5d0160cb874f1f77905c14633 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:06:09 +0000 Subject: [PATCH 1/7] docs: clarify ChatGPT/Claude subscriptions aren't supported Add an Agent platform FAQ entry and a note on the BYOK page explaining that consumer ChatGPT (OpenAI) and Claude (Anthropic) subscriptions can't be connected to Warp, unlike a SuperGrok subscription. Point users to BYOK API keys and custom inference endpoints to use their own OpenAI/Anthropic accounts. Co-Authored-By: Oz --- .../docs/agent-platform/getting-started/faqs.mdx | 11 +++++++++++ .../inference/bring-your-own-api-key.mdx | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/src/content/docs/agent-platform/getting-started/faqs.mdx b/src/content/docs/agent-platform/getting-started/faqs.mdx index 8b773b85..fb3345da 100644 --- a/src/content/docs/agent-platform/getting-started/faqs.mdx +++ b/src/content/docs/agent-platform/getting-started/faqs.mdx @@ -31,6 +31,17 @@ Warp supports a curated list of LLMs from providers like OpenAI, Anthropic, and 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. +### Can I use my ChatGPT or Claude subscription with Warp? + +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp would love to support this and has raised it with both providers, but it isn't permitted today. + +Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: + +* **[Bring Your Own API Key (BYOK)](/agent-platform/inference/bring-your-own-api-key/)** — Add your own OpenAI, Anthropic, or Google API key and pay your provider directly instead of using Warp credits. +* **[Custom inference endpoint](/agent-platform/inference/custom-inference-endpoint/)** — Route Warp through any OpenAI-compatible endpoint, such as OpenRouter or LiteLLM. + +For xAI's Grok models, you can connect a [SuperGrok subscription](/agent-platform/inference/grok-subscription/) directly through your xAI account. + ## Billing Every Warp plan includes a set number of credits per user per month. See [pricing](https://www.warp.dev/pricing) to compare plans. diff --git a/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx index 0a8d68c3..ae745c90 100644 --- a/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx +++ b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx @@ -30,6 +30,10 @@ See [Warp pricing](https://www.warp.dev/pricing) for current plan availability. Platform credits apply to every cloud agent run on any plan, and to local agent runs on Business and Enterprise when using BYOK, a custom inference endpoint, or BYOLLM. See [platform credits](/support-and-community/plans-and-billing/platform-credits/) for the full breakdown. +:::note +**Can I sign in with a ChatGPT or Claude subscription?** No. A ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription can't be connected to Warp the way a [SuperGrok subscription](/agent-platform/inference/grok-subscription/) can. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. To use your own OpenAI or Anthropic account, add an API key with BYOK and pay your provider directly. A subscription and API access are billed separately by the provider. +::: + ## How BYOK works When you add your own model API keys in Warp, those keys are stored **only on your device** (in your OS keychain or equivalent secure storage), never on Warp's servers. They're used to make requests to your chosen model provider. From cdf96e744b54f590e98eb171f9fbd1a25baa539e Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:16:58 +0000 Subject: [PATCH 2/7] docs: drop providers-blame framing from subscription FAQ Keep the answer factual about ChatGPT/Claude subscriptions not being supported, without the 'Warp would love to support this' phrasing. Co-Authored-By: Oz --- 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 fb3345da..9e41a073 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 @@ Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-o ### Can I use my ChatGPT or Claude subscription with Warp? -No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp would love to support this and has raised it with both providers, but it isn't permitted today. +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: From 7620a76bdd9f9d603e1c8a38eaa8608cdbdb2cc4 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:17:57 +0000 Subject: [PATCH 3/7] docs: use neutral tone explaining subscription support Explain that ChatGPT/Claude consumer plans are intended for the providers' own apps rather than third-party clients, instead of phrasing it as the providers disallowing it. Co-Authored-By: Oz --- src/content/docs/agent-platform/getting-started/faqs.mdx | 2 +- .../docs/agent-platform/inference/bring-your-own-api-key.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/agent-platform/getting-started/faqs.mdx b/src/content/docs/agent-platform/getting-started/faqs.mdx index 9e41a073..dd604b37 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 @@ Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-o ### Can I use my ChatGPT or Claude subscription with Warp? -No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. These plans are intended for use in the providers' own apps, so they aren't available for third-party clients like Warp. Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: diff --git a/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx index ae745c90..cecfaf6c 100644 --- a/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx +++ b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx @@ -31,7 +31,7 @@ See [Warp pricing](https://www.warp.dev/pricing) for current plan availability. Platform credits apply to every cloud agent run on any plan, and to local agent runs on Business and Enterprise when using BYOK, a custom inference endpoint, or BYOLLM. See [platform credits](/support-and-community/plans-and-billing/platform-credits/) for the full breakdown. :::note -**Can I sign in with a ChatGPT or Claude subscription?** No. A ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription can't be connected to Warp the way a [SuperGrok subscription](/agent-platform/inference/grok-subscription/) can. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. To use your own OpenAI or Anthropic account, add an API key with BYOK and pay your provider directly. A subscription and API access are billed separately by the provider. +**Can I sign in with a ChatGPT or Claude subscription?** No. A ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription can't be connected to Warp the way a [SuperGrok subscription](/agent-platform/inference/grok-subscription/) can. These plans are intended for use in the providers' own apps, so they aren't available for third-party clients like Warp. To use your own OpenAI or Anthropic account, add an API key with BYOK and pay your provider directly. A subscription and API access are billed separately by the provider. ::: ## How BYOK works From a71e1c18d54f8b3a3f98f9e3ec3e0a1342f3058a Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:19:08 +0000 Subject: [PATCH 4/7] docs: restore allow wording, soften forward-looking sentence Bring back 'OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp' and replace the 'would love to support / raised it with both providers' line with a neutral 'Warp is open to supporting them and will revisit this if that changes.' Co-Authored-By: Oz --- src/content/docs/agent-platform/getting-started/faqs.mdx | 2 +- .../docs/agent-platform/inference/bring-your-own-api-key.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/agent-platform/getting-started/faqs.mdx b/src/content/docs/agent-platform/getting-started/faqs.mdx index dd604b37..7bbb79a1 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 @@ Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-o ### Can I use my ChatGPT or Claude subscription with Warp? -No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. These plans are intended for use in the providers' own apps, so they aren't available for third-party clients like Warp. +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp is open to supporting them and will revisit this if that changes. Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: diff --git a/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx index cecfaf6c..ae745c90 100644 --- a/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx +++ b/src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx @@ -31,7 +31,7 @@ See [Warp pricing](https://www.warp.dev/pricing) for current plan availability. Platform credits apply to every cloud agent run on any plan, and to local agent runs on Business and Enterprise when using BYOK, a custom inference endpoint, or BYOLLM. See [platform credits](/support-and-community/plans-and-billing/platform-credits/) for the full breakdown. :::note -**Can I sign in with a ChatGPT or Claude subscription?** No. A ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription can't be connected to Warp the way a [SuperGrok subscription](/agent-platform/inference/grok-subscription/) can. These plans are intended for use in the providers' own apps, so they aren't available for third-party clients like Warp. To use your own OpenAI or Anthropic account, add an API key with BYOK and pay your provider directly. A subscription and API access are billed separately by the provider. +**Can I sign in with a ChatGPT or Claude subscription?** No. A ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription can't be connected to Warp the way a [SuperGrok subscription](/agent-platform/inference/grok-subscription/) can. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. To use your own OpenAI or Anthropic account, add an API key with BYOK and pay your provider directly. A subscription and API access are billed separately by the provider. ::: ## How BYOK works From 7a54dbb7c055109ef5ec3f03fefe9a16c6715df6 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:22:05 +0000 Subject: [PATCH 5/7] docs: neutral forward-looking wording on subscription support Replace 'Warp is open to supporting them...' with a neutral 'This may change in the future' to keep the FAQ from sounding opinionated. Co-Authored-By: Oz --- 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 7bbb79a1..466630ee 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 @@ Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-o ### Can I use my ChatGPT or Claude subscription with Warp? -No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp is open to supporting them and will revisit this if that changes. +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. This may change in the future. Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: From 7a775e45f7a4fe44b9ad5836a4c34195fe261984 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:23:35 +0000 Subject: [PATCH 6/7] docs: note Warp has raised subscription support with providers Combine the 'open to supporting / will revisit' wording with the point that Warp has raised this with both providers. Co-Authored-By: Oz --- 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 466630ee..d558f0de 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 @@ Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-o ### Can I use my ChatGPT or Claude subscription with Warp? -No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. This may change in the future. +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp is open to supporting them, has raised this with both providers, and will revisit it if that changes. Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: From 742e13f2193add2a1b992b44fcdf906373fdd568 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 16 Jun 2026 16:24:41 +0000 Subject: [PATCH 7/7] docs: smooth flow of subscription FAQ closing sentence Co-Authored-By: Oz --- 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 d558f0de..c2d6e81e 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 @@ Warp supports [Bring Your Own Key (BYOK)](/agent-platform/inference/bring-your-o ### Can I use my ChatGPT or Claude subscription with Warp? -No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp is open to supporting them, has raised this with both providers, and will revisit it if that changes. +No. Warp doesn't support signing in with a ChatGPT (OpenAI) or Claude (Anthropic) consumer subscription to power its agents. OpenAI and Anthropic don't currently allow their subscription plans to be used in third-party clients like Warp. Warp has raised this with both providers and is open to supporting these subscriptions if that changes. Note that a ChatGPT or Claude subscription is different from API access. To use your own OpenAI or Anthropic account in Warp, you have two options: