***

title: Analytics SDKs & Integrations
description: Official Alephant Analytics API client libraries for TypeScript and Python
---------------------------------------------------------------------------------------

Alephant provides official, strongly-typed client libraries to help you interact with our Analytics APIs seamlessly. These SDKs are designed specifically for querying high-volume telemetry, cost metrics, and dashboard statistics generated by the Alephant gateway.

By using our Analytics SDKs, you benefit from:

* **Type Safety:** Full autocomplete and compilation-time checks in your IDE.
* **Convenience:** Built-in error handling, pagination, and retry logic.
* **Async Support:** Native support for Promises in JS/TS and `async/await` in Python.

## Available SDKs

Currently, we maintain official SDKs for the following languages:

* [**TypeScript / Node.js**](/sdk-reference/analytics-sdk/type-script-sdk): Available on npm as `@alephantai/analytics-api`. Ideal for custom reporting dashboards or internal Node.js services.
* [**Python**](/sdk-reference/analytics-sdk/python-sdk): Available on PyPI as `alephantai-analytics-api`. Ideal for FinOps data science pipelines, Jupyter notebooks, or automation scripts.

Select a language from the sidebar to view installation instructions and usage examples.
