Set up Go SDK
Install the package
If you are using the standard
Gomodules system, import the SDK packages in your code andgo buildwill automatically download them. The SDK and its dependencies are modules.- Alternatively, you can run the following command:
Shell
Initialize the SDK
Go SDK initialization
Finding your SDK credentials
You can find your server-side SDK key, client-side ID, and mobile key in the Environments section of your Project settings. Use the overflow menu next to the environment name to copy or display the needed key.

To learn more, read Initialize the client in the Go SDK reference guide.