Analytics SDKs & Integrations

View as Markdown

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: Available on npm as @alephantai/logs-collector-analytics. Ideal for custom reporting dashboards or internal Node.js services.
  • Python: 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.