Getting StartedQuickstartWe recommend using the SDK in Athena Notebooks. 1Install Athena Python SDK1!pip install -U athena-intelligence2Initialize Athena client1import os23ATHENA_API_KEY = os.environ["ATHENA_API_KEY"]45from athena import Model, Tools6from athena.client import Athena78athena = Athena(9 api_key=ATHENA_API_KEY,10)To get API early access, reach out to team@athenaintelligence.ai3ContinueExplore examples and sample notebooks of end-to-end workflows with Athena SDK. Click Athena Notebooks -> File Viewer -> Sample Notebooks.