Getting Started

Quickstart

We recommend using the SDK in Athena Notebooks.

Install Athena Python SDK

1!pip install -U athena-intelligence

Initialize Athena client

1ATHENA_API_KEY = "<YOUR KEY HERE>"
2
3from athena import Model, Tools
4from athena.client import Athena
5
6athena = Athena(
7 api_key=ATHENA_API_KEY,
8)

To get API early access, reach out to team@athenaintelligence.ai

Continue

Explore examples and sample notebooks of end-to-end workflows with Athena SDK. Click Athena Notebooks -> File Viewer -> Sample Notebooks.