Documentation
Everything you need to instrument, monitor, and optimize your LLM applications.
Quick Start
Get started with Intercept in under 5 minutes:
# Install the SDK
pip install intercept-ai
# Initialize in your code
from
intercept import Interceptintercept = Intercept(api_key="your-api-key")
Getting Started
Learn the basics and get up and running in minutes