Install the Reflect SDK for Python.
pip install reflect-sdk
from reflect_sdk import ReflectClient client = ReflectClient( api_key="rf_live_...", project_id="my-project", ) print(client.health()) # {"status": "ok"}