Authentication with JWTs
Verta offers the developer key as its primary authentication method. However, this method is not necessarily convenient when you have a pre-existing way to authenticate your external systems with your authenticator of choice.
In addition to the developer key, you can configure Verta to connect with a 3rd party authenticator (e.g. OAuth2 provider). This allows you to fetch JWTs from the 3rd party and use them when calling the Verta platform, both for API calls and model predictions.
You can initialize the Python client using your JWT using
or you can configure the model predictions to use the credentials with
Last updated