***

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

Alephant provides official, strongly-typed client libraries to help you interact with our APIs seamlessly. Our SDKs are automatically generated from our OpenAPI specification using Fern, ensuring they are always up-to-date with our latest API endpoints.

By using our 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/saa-s-sdk/type-script-sdk): Available on npm as `@alephantai/saas-api`. Ideal for Next.js, Express, or backend Node.js services.
* [**Python**](/sdk-reference/saa-s-sdk/python-sdk): Available on PyPI as `alephantai-saas-api`. Ideal for Django, FastAPI, data science pipelines, or automation scripts.

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