Skip to content

Getting Started

Before you can do anything else you need a Stately Cloud account. Your account is used for things like accessing the control panel and CLI.

  1. Visit https://console.stately.cloud and log in with your preferred account.
  2. You should now be logged in to the console, with a new, empty organization for yourself.
  3. Click “Create Store” to get a new store and schema to use. Write down both the Store ID and Schema ID.

The Stately CLI is used for working with schema and generating client SDKs. It works on Linux or macOS. Windows users are recommended to use WSL. You will also need to have NodeJS 20 or newer and npm installed on your system. Log in using the same account you used on the console:

npx @stately-cloud/cli@latest login

Install the SDK for your language. We currently support Go, Java, TypeScript/JavaScript, Python and Ruby. If your favorite language isn’t one of those, let us know at support@stately.cloud.

go get github.com/StatelyCloud/go-sdk