curl --request POST \
--url https://api.skyvern.com/api/v1/billing/checkout \
--header 'Content-Type: application/json' \
--data '{
"tier": "free"
}'{
"id": "<string>",
"url": "<string>"
}Create a Stripe Checkout Session for subscribing to a tier.
Frontend should redirect the user to the returned URL. After successful checkout, Stripe will send a webhook that we handle to store the subscription and initialize billing state.
Returns 400 if org already has an active subscription (use portal instead).
curl --request POST \
--url https://api.skyvern.com/api/v1/billing/checkout \
--header 'Content-Type: application/json' \
--data '{
"tier": "free"
}'{
"id": "<string>",
"url": "<string>"
}Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Self-serve subscription tiers. Enterprise customers use manual billing (bypass).
free, hobby, pro