Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for BotLit.

PyPI Package

  • Package: botlit-sdk

Installation

pip install botlit-sdk

Repository

Usage

from botlit_sdk import BotLitClient

client = BotLitClient(
api_key=os.getenv("BOTLIT_API_KEY")
)

Features

  • Async/await support
  • Type hints
  • GraphQL client
  • Authentication helpers