Skip to main content

Installation

Make sure you have the Vals Python Package installed
pip install valsai

Authentication

Then make sure to create an API key and set your environment variable.

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. See the async docs for more information.