Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.truthsystems.ai/llms.txt

Use this file to discover all available pages before exploring further.

The SDK is distributed via SFTP during onboarding. It is not published on PyPI.
pip install gateway.whl
Install with the extra for your cloud provider:
# For AWS
pip install "gateway[aws]"

# For Azure
pip install "gateway[azure]"

Verify installation

from gateway import __version__
print(__version__)

Next steps

See Usage to start fact-checking claims.