Skip to content
☁️ HitKeep Cloud is live. Choose EU or US and start now →

Create managed cloud account

POST
/api/cloud/signup

Creates a hosted cloud user and team, then optionally returns a Stripe Checkout URL for paid plans.

object
email
required
string format: email
given_name
string
jurisdiction
string
last_name
string
locale
string
password
required
string
>= 8 characters
plan_code
required
string
Allowed values: free pro business
team_name
required
string

Cloud signup response

object
checkout_url
string
plan_code
required
string
redirect_url
string
status
required
string

Invalid request

object
message
string

Cloud signup disabled

object
message
string

Email already exists

object
message
string

Unable to start checkout

object
message
string