Prerequisites
- A TraceLM account
- A TraceLM project API key (
lt_...) - At least one provider key:
OPENAI_API_KEY,ANTHROPIC_API_KEY, orGOOGLE_API_KEY - Python 3.8+ or Node.js 18+
1. Install SDK
- Python
- TypeScript
2. Initialize Client
- Python
- TypeScript
3. Send One Traced Call
- Python
- TypeScript
4. Generate Reliability Signals
Wrap calls in a task and complete it to trigger detection.- Python
- TypeScript
5. Open Reliability Summary
OpenDashboard -> First-Run Reliability Summary (/dashboard/first-run) and confirm the core cards:
- Loop card
- Context-loss card
- Tool-failure card
- Unnecessary-tool card
Next Steps
- Explore SDK guides:
/sdks/python,/sdks/typescript - Review endpoint contracts:
/api-reference/overview - Learn the dashboard flow:
/introduction/dashboard-guide

