Skip to main content

Python SDK

The SDK lets you build applications that interact with SailPoint APIs programmatically.

Install

Linux/macOS:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows:

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Or use the task runner:

just setup-python

Run Example

just py
# or manually:
source venv/bin/activate && python src/sdk_example.py