Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt

Use this file to discover all available pages before exploring further.

The TapKit Python SDK is available on PyPI and can be installed with pip.

Requirements

  • Python 3.9 or later
  • An active TapKit account with API key

Installation

Install from PyPI:
pip install tapkit
Or with a specific version:
pip install tapkit==1.0.0

Next Steps

Once installed, you’re ready to initialize the client:

Client Setup

Learn how to initialize and configure the TapKit client