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 athenaintel

Initialize Athena client

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

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