Skip to main content

Python SDK

Python SDK for API integration

Overview

Python SDK for IntelWatchTower.

PyPI Package

  • Package: intelwatchtower-sdk

Installation

pip install intelwatchtower-sdk

Repository

Usage

from intelwatchtower_sdk import IntelWatchTowerClient

client = IntelWatchTowerClient(
api_key=os.getenv("INTELWATCHTOWER_API_KEY")
)

Features

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