From d0cbec553f6d1d5d6080489652b00eb94b77122a Mon Sep 17 00:00:00 2001 From: masnwilliams <43387599+masnwilliams@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:16:46 +0000 Subject: [PATCH] Fix Stripe Projects browser API access pricing to real by-browser-type rates The stripe-projects docs listed usage-based pricing as $0.01/min standard / $0.02/min stealth, which does not match actual billing. Real usage rates are by browser type: $0.001/min headless, $0.008/min headful, $0.048/min GPU, with stealth included. Co-Authored-By: Claude Opus 4.8 --- integrations/stripe-projects-browser.mdx | 2 +- integrations/stripe-projects.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/stripe-projects-browser.mdx b/integrations/stripe-projects-browser.mdx index 2a18d1dc..982222b3 100644 --- a/integrations/stripe-projects-browser.mdx +++ b/integrations/stripe-projects-browser.mdx @@ -43,7 +43,7 @@ kernel browsers create | Situation | Price | |-----------|--------| -| No active Kernel plan on the org | Usage-based: **$0.01/min** (standard), **$0.02/min** (stealth) | +| No active Kernel plan on the org | Usage-based by browser type: **$0.001/min** headless, **$0.008/min** headful, **$0.048/min** headful + GPU (stealth included) | | Active `plan:developer`, `plan:hobbyist`, or `plan:startup` | **Included** with plan (component pricing `free` under parent plan) | Provision a plan first when the developer needs predictable monthly credits and concurrency limits. diff --git a/integrations/stripe-projects.mdx b/integrations/stripe-projects.mdx index d642c116..c7e07e44 100644 --- a/integrations/stripe-projects.mdx +++ b/integrations/stripe-projects.mdx @@ -19,7 +19,7 @@ Stripe service slugs are prefixed with `kernel/` (from the app manifest name). | `kernel/browser:api-access` | deployable | project | API key for launching browsers in a Stripe Project | - Only **one plan** can be active per Kernel org at a time (`allowed_updates` defines upgrade/downgrade paths). -- `browser:api-access` is **free** when any active plan is provisioned; otherwise it is usage-based (\$0.01/min standard, \$0.02/min stealth). +- `browser:api-access` is **free** when any active plan is provisioned; otherwise it is usage-based by browser type (\$0.001/min headless, \$0.008/min headful, \$0.048/min headful + GPU; stealth included). ## Common CLI flows