Pixie Logo
Pixie

Connecting

Star on GitHub

Interactive Debugging
for AI Applications

Get Started

In your project folder, install pixie-sdk Python package:

pip install pixie-sdk

Create .env file in your project folder and add LLM API key(s):

# .env
OPENAI_API_KEY=...

Add AI Development framework depdendencies as needed:

pip install pydantic-ai-slim[openai]

Start the local server by running:

pixie