Skip to main content
POST
/
api
/
v1
/
billing
/
checkout
Create Checkout Session
curl --request POST \
  --url https://api.skyvern.com/api/v1/billing/checkout \
  --header 'Content-Type: application/json' \
  --data '{
  "tier": "free"
}'
{
  "id": "<string>",
  "url": "<string>"
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Body

application/json
tier
enum<string>
required

Self-serve subscription tiers. Enterprise customers use manual billing (bypass).

Available options:
free,
hobby,
pro

Response

Successful Response

id
string
required
url
string
required