Install the Muxx Python SDK to add observability to your LLM applications.Documentation Index
Fetch the complete documentation index at: https://docs.muxx.dev/llms.txt
Use this file to discover all available pages before exploring further.
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:Dependencies
The SDK has minimal dependencies:httpx- For async HTTP requestsopenai(optional) - For OpenAI client wrappinganthropic(optional) - For Anthropic client wrapping
Next Steps
Quickstart
Start tracing your LLM calls