Quickstart

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

1

Install Athena SDK

!pip install -U athenaintel

Initialize Athena client

import os
ATHENA_API_KEY = os.environ["ATHENA_API_KEY"]
from athena.client import Athena
athena = Athena(
api_key=ATHENA_API_KEY,
)

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