Skip to content
Merged
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
10 changes: 5 additions & 5 deletions integrations/stripe-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

<Warning>
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.
</Warning>

## Full documentation
Expand Down
Loading