Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/stripe-projects-browser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

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.

| 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.
Expand Down
2 changes: 1 addition & 1 deletion integrations/stripe-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading