Integration Guides
Learn how to integrate Lumina with your LLM applications.
Supported Providers
Quick Start Pattern
All integrations follow a simple pattern:
- Install the SDK:
npm install @lumina/sdk - Initialize the client
- Wrap your LLM calls with
traceLLM() - View traces in the dashboard
Next Steps
- See Full Integration Guide for detailed examples
- Check API Reference for advanced configuration