From 4badcf2791f8a1e3f46154481aed8f3f1024c7e1 Mon Sep 17 00:00:00 2001 From: courtney918 <312600173+courtney918@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:10:25 +0000 Subject: [PATCH 1/2] Split configurable and BYO proxies into separate pricing rows Configurable managed proxies are available on any paid plan (Hobbyist+); only bring-your-own proxies require Start-Up or Enterprise. The combined row incorrectly showed both as unavailable on Hobbyist. Co-Authored-By: Claude Fable 5 --- info/pricing.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/info/pricing.mdx b/info/pricing.mdx index 937c08c..9217e70 100644 --- a/info/pricing.mdx +++ b/info/pricing.mdx @@ -47,7 +47,8 @@ import { PricingCalculator } from '/snippets/calculator.jsx'; | Custom browser extensions | 1 | 1 | unlimited | unlimited | | Projects | 1 | 1 | unlimited | unlimited | | Support | Discord | Email | Email | Shared Slack | -| Configurable & BYO proxies | ❌ | ❌ | ✅ | ✅ | +| Configurable proxies | ❌ | ✅ | ✅ | ✅ | +| BYO proxies | ❌ | ❌ | ✅ | ✅ | | GPU acceleration | ❌ | ❌ | ✅ | ✅ | | Regional browsers | ❌ | ❌ | ✅ | ✅ | | Audit log search & export | ❌ | ❌ | ✅ | ✅ | From 8746b3f6b04d64818d25a046869708dfdc127124 Mon Sep 17 00:00:00 2001 From: courtney918 <312600173+courtney918@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:12:56 +0000 Subject: [PATCH 2/2] Remove duplicate Browser live view row from pricing table Co-Authored-By: Claude Fable 5 --- info/pricing.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/info/pricing.mdx b/info/pricing.mdx index 9217e70..69b7e5c 100644 --- a/info/pricing.mdx +++ b/info/pricing.mdx @@ -35,7 +35,6 @@ import { PricingCalculator } from '/snippets/calculator.jsx'; | --- | --- | --- | --- | --- | | Browser live view | ✅ | ✅ | ✅ | ✅ | | Extended browser timeouts | ✅ | ✅ | ✅ | ✅ | -| Browser live view | ✅ | ✅ | ✅ | ✅ | | Configurable browser viewports | ✅ | ✅ | ✅ | ✅ | | Managed stealth mode | ✅ | ✅ | ✅ | ✅ | | Computer controls API | ✅ | ✅ | ✅ | ✅ |