Terraform is the recommended approach to managing your tests, and is very easy to use:
#
Authenticating
To authenticate with the API, generate a team token with a minimum role of Editor.
terraform {
required_providers {
synthetigo = {
source = "synthetigo/synthetigo"
version = "v1.0.0"
}
}
}
provider "synthetigo" {
api_token = "XXXXXXX"
}