> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.alephant.io/llms.txt.
> For full documentation content, see https://developers.alephant.io/llms-full.txt.

# Analytics SDKs & Integrations

> 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. These SDKs are designed for querying 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/logs-collector-analytics`. 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.