curl --request POST \
--url https://api.skyvern.com/api/v1/billing/change-tier \
--header 'Content-Type: application/json' \
--data '{
"tier": "free"
}'{
"status": "<string>",
"tier": "<string>",
"redirect_url": "<string>"
}Redirect to Stripe Portal for tier changes. Portal handles proration based on configured settings:
curl --request POST \
--url https://api.skyvern.com/api/v1/billing/change-tier \
--header 'Content-Type: application/json' \
--data '{
"tier": "free"
}'{
"status": "<string>",
"tier": "<string>",
"redirect_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