Subscription
Create Checkout Session
Generate a Stripe Checkout URL to upgrade your subscription.
POST
Start a subscription upgrade by generating a Stripe Checkout session. You’ll get back a URL — redirect your user there to complete payment. Once they do, a webhook fires on our end and your organization’s tier is updated automatically. No polling required.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Requires an organization-level API key in theAuthorization header.
Request Body
The tier to upgrade to. Must be one of
crab or lobster. If you need whale-tier access, reach out to us directly.Response
A Stripe Checkout URL. Redirect the user here to complete payment.