Skip to content

Fix Stripe Projects browser API access pricing#458

Merged
masnwilliams merged 1 commit into
mainfrom
hypeship/fix-stripe-projects-pricing
Jul 22, 2026
Merged

Fix Stripe Projects browser API access pricing#458
masnwilliams merged 1 commit into
mainfrom
hypeship/fix-stripe-projects-pricing

Conversation

@masnwilliams

@masnwilliams masnwilliams commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Summary

The two Stripe Projects docs pages listed usage-based pricing for browser:api-access as $0.01/min (standard), $0.02/min (stealth). This does not match actual billing.

The real usage-based rates are by browser type, and stealth is included (there is no separate/doubled stealth rate):

  • $0.001/min headless
  • $0.008/min headful
  • $0.048/min headful + GPU

This matches both the public pricing page (info/pricing per-second rates × 60) and the Stripe Projects service catalog served to Stripe (the project deployable's pricing string), which derives its amounts from PLAN_CONFIG so they stay aligned with billing reality.

Changes

  • integrations/stripe-projects-browser.mdx — Pricing table row
  • integrations/stripe-projects.mdx — service catalog note

No code or generated files touched. Docs-only change, verified against the public pricing page and the service catalog source.


Note

Low Risk
Documentation-only edits to pricing text; no runtime, billing, or API behavior changes.

Overview
Corrects usage-based pricing for kernel/browser:api-access in the Stripe Projects integration docs so they match real billing (and the public pricing / service catalog).

Both integrations/stripe-projects-browser.mdx (pricing table) and integrations/stripe-projects.mdx (catalog note) replace the old $0.01/min standard / $0.02/min stealth wording with by browser type: $0.001/min headless, $0.008/min headful, $0.048/min headful + GPU, with stealth included (no separate stealth multiplier). Plan-included behavior is unchanged.

Reviewed by Cursor Bugbot for commit d0cbec5. Bugbot is set up for automated code reviews on this repo. Configure here.

…e 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 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Error Error Jul 22, 2026 6:17am

@mintlify

mintlify Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟢 Ready View Preview Jul 22, 2026, 6:17 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@masnwilliams
masnwilliams marked this pull request as ready for review July 22, 2026 06:17

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Risk assessment: Very Low

The diff changes two pricing sentences in MDX documentation and keeps the values consistent across both pages. It doesn't modify executable code, site configuration, infrastructure, permissions, billing implementation, or other shared runtime behavior, so the blast radius is limited to displayed documentation. No CODEOWNERS rule applies to these files, and the PR had no existing approval at assessment time.

Open in Web View Automation 

Sent by Cursor Automation: Assign PR reviewers

@masnwilliams
masnwilliams merged commit 1c1c14e into main Jul 22, 2026
6 of 7 checks passed
@masnwilliams
masnwilliams deleted the hypeship/fix-stripe-projects-pricing branch July 22, 2026 06:18

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit d0cbec5. Configure here.

| 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) |

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unescaped dollar signs in MDX

Medium Severity

The updated pricing cell uses unescaped $ for currency amounts. Mintlify treats paired $ as LaTeX math delimiters, so this Pricing table can render as garbled math instead of readable rates. The sibling update in stripe-projects.mdx already escapes the same amounts with \$, so this page is inconsistent with that pattern and with the MDX dollar-escaping rule.

Fix in Cursor Fix in Web

Triggered by learned rule: Escape dollar signs in MDX to prevent Mintlify LaTeX rendering

Reviewed by Cursor Bugbot for commit d0cbec5. Configure here.

@mintlify

mintlify Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Kernel 🟡 Building Jul 22, 2026, 6:17 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant