Skip to main content

Installation

Make sure you have the Vals Python Package installed

Authentication

Create an API key in the web app, then set it as an environment variable:
Alternatively, you can configure credentials programmatically:

EU Region

If you are using the EU platform, set the VALS_REGION environment variable:
Or configure it programmatically:

Custom Endpoint

For custom deployments, you can set the VALS_ENDPOINT environment variable:
Or pass it programmatically:

Prerequisites

This guide assumes you are familiar with the basic concepts of Test Suites, Tests, Checks, etc. If not, see the Test Suite Creation Page.

Async Note

All SDK functions are asynchronous, so you will need to call them from an asynchronous context. For example:
See the async docs for more information.