Get started with the SQLAlchemy SDK
pip install fortress-alchemy
from fortress_alchemy import FortressAlchemy # Initialize the client with your API key client = FortressAlchemy(org_id='your_org_id', api_key='your_api_key') # Create an engine engine = fortress_alchemy.create_engine("client1", echo=True)