Skip to main content
📦 View on PyPI

Installation

Install the AI Inbx Python SDK using your preferred tool:

Quick Start

Initialize the client with your API key, search threads, then reply to the newest email in the newest thread:
Tip: Prefer environment variables (e.g., with python-dotenv) instead of hardcoding your API key.

Async usage

Use the asynchronous client for high-concurrency workloads:

Complete Documentation

For comprehensive documentation including:
  • Request & response types
  • Error handling
  • Advanced configuration
  • All available methods
  • Python examples
Visit the complete Python SDK documentation on PyPI.