pip install ./guardai_api
pip install -r examples/requirements.txt
Edit the guardai-sdk-config.yml file to configure the API connection:
version: 1
connection:
# Ensure that the URL matches your GuardAI Platform deployment
host: "https://guardai.navinfo.cloud"
# Create an API key from your GuardAI Platform profile
api-key-id: "keyid"
api-key: "key"
./examples/list_projects.py
./examples/start_robustness_test.py --test-id <test-id>