From e03b63ab1b5106eb604e1dffc37374afaf0ddcdb Mon Sep 17 00:00:00 2001 From: dcruzeneil2 <247271309+dcruzeneil2@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:43:27 +0000 Subject: [PATCH] escape $ in stripe-projects.mdx to prevent KaTeX math rendering Mintlify interprets paired $ signs as LaTeX math mode, which mangled the SPT spending-limit Warning callout and similarly the plans table and usage-based pricing line. Escape $ with \$ so dollar amounts render literally. --- integrations/stripe-projects.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integrations/stripe-projects.mdx b/integrations/stripe-projects.mdx index 58ad261..49787d6 100644 --- a/integrations/stripe-projects.mdx +++ b/integrations/stripe-projects.mdx @@ -13,13 +13,13 @@ Stripe service slugs are prefixed with `kernel/` (from the app manifest name). | Service ID | Kind | Scope | Summary | |------------|------|-------|---------| -| `kernel/plan:developer` | plan | account | Free tier — $5/mo credits, 5 concurrent browsers | -| `kernel/plan:hobbyist` | plan | account | $30/mo, $10/mo credits, 10 concurrent browsers (email KYC) | -| `kernel/plan:startup` | plan | account | $200/mo, $50/mo credits, 150 concurrent browsers (email KYC) | +| `kernel/plan:developer` | plan | account | Free tier — \$5/mo credits, 5 concurrent browsers | +| `kernel/plan:hobbyist` | plan | account | \$30/mo, \$10/mo credits, 10 concurrent browsers (email KYC) | +| `kernel/plan:startup` | plan | account | \$200/mo, \$50/mo credits, 150 concurrent browsers (email KYC) | | `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 (\$0.01/min standard, \$0.02/min stealth). ## Common CLI flows @@ -72,7 +72,7 @@ New accounts use the **agentic credentials** flow: after `stripe projects link` Paid plans are charged through Stripe **Shared Payment Tokens** on the Metronome-managed Stripe customer. -The default SPT monthly spending limit is often **$50**. The Start-Up plan is **$200/mo**. Before upgrading to Start-Up, confirm the developer’s SPT limit covers the plan (`stripe projects billing show`) or ask them to raise the limit. Charges above the limit will fail. +The default SPT monthly spending limit is often **\$50**. The Start-Up plan is **\$200/mo**. Before upgrading to Start-Up, confirm the developer’s SPT limit covers the plan (`stripe projects billing show`) or ask them to raise the limit. Charges above the limit will fail. ## Full documentation