Skip to main content
Install the Muxx Python SDK to add observability to your LLM applications.

Requirements

  • Python 3.8 or higher
  • pip or poetry

Install with pip

Install with Poetry

Verify Installation

Configuration

Set your Muxx API key as an environment variable:
Or pass it directly when initializing:

Dependencies

The SDK has minimal dependencies:
  • httpx - For async HTTP requests
  • openai (optional) - For OpenAI client wrapping
  • anthropic (optional) - For Anthropic client wrapping

Next Steps

Quickstart

Start tracing your LLM calls