The next step is to get your API key and account ID, which are needed to make calls to the Scale GP API
and to create, modify resources in the right place.First navigate to the SGP Admin and grab your API key.
If you do not have an account provisioned by your organization or Scale, please contact the relevant System
administrator.
or via the UI by clicking on the “API Keys” tab in the admin dashboard.
Next, switch to Accounts and find the account ID for the
account that you want to work with. You can also create a new account. Make sure to copy this ID to use it when
testing your setup.
If you have an existing account but want to add Users to it, you can click into the account and add users.
You can also change the role of a user by clicking on the user and changing the role.
You can also remove a user by clicking on the remove button in the actions column.
For security and convenience when using the SDK, it’s recommended to store your API key and account ID as environment variables. This prevents accidentally exposing your credentials in code repositories.
To make the environment variables persist across sessions, add the export commands to your shell configuration file (e.g., ~/.bashrc, ~/.zshrc, or ~/.bash_profile).