Quickstart

We recommend using the SDK in Athena Notebooks for Python or in your preferred development environment for TypeScript.

1

Install Athena SDK

1!pip install -U athena-intelligence

Initialize Athena client

1import os
2
3ATHENA_API_KEY = os.environ["ATHENA_API_KEY"]
4
5from athena import Model, Tools
6from athena.client import Athena
7
8athena = Athena(
9 api_key=ATHENA_API_KEY,
10)

Continue

Explore examples and sample notebooks of end-to-end workflows with Athena SDK. Choose your preferred language from the Python Guides or TypeScript Guides sections.

To get API early access, reach out to team@athenaintel.com