Skip to main content
pip install reflect-sdk

Verify installation

from reflect_sdk import ReflectClient

client = ReflectClient(
    api_key="rf_live_...",
    project_id="my-project",
)
print(client.health())
# {"status": "ok"}