Using the Scale Registry is completely free during our beta period. To learn more about our future plans for the Scale Registry,
please join the
#scale
channel on our Discord.Authentication
The Scale Registry can be authenticated using a Cookie which is returned from the Authentication API, or by sending an API Key in theAuthorization
header.
We do not recommend using the Cookie authentication method yourself - the Scale CLI will handle this for you when
you authenticate with it. Instead, we recommend using the API Key authentication method.
API Key Authentication
API Keys can be created by the Scale CLI and used by sending anAuthorization: Bearer <API Key>
header with each request.
Cookie Authentication
The Scale Registry can be authenticated using a Cookie which is returned from the Authentication API. The Cookie must be sent with each request, and the API will periodically refresh the Cookie in the returned response. To get an Authentication Cookie, head to https://scale.sh/login and enter your log in information. Once you’re redirected to the success page, you can copy theauth-session
Cookie from your browser’s developer tools.