Skip to content

Installation

The scale-egp command can be used to define, create and use models through SGP APIs.

This CLI is bundled with the scale-egp PyPI package. To install it, follow the Getting Started Guide.

Authentication

In order to use the SGP API, you will need an API key. To set the API key for a session, set the EGP_API_KEY environment variable:

$ export EGP_API_KEY="<API_KEY>"
$ scale-egp user whoami

It is also possible to set the API key through the -k command line option:

scale-egp -k "<API_KEY>" user whoami