Skip to main content
Scorecard is an AI evaluation and optimization platform that helps teams build reliable AI systems with comprehensive testing, evaluation, and continuous monitoring capabilities.

Setup

To integrate OpenLLMetry with Scorecard, you’ll need to configure your tracing endpoint and authentication:

1. Get your Scorecard API Key

  1. Visit your Settings Page
  2. Copy your API Key

2. Configure Environment Variables

3. Instrument your code

First, install OpenLLMetry and your LLM library:
Then initialize OpenLLMetry and structure your application using workflows and tasks:

Features

Once configured, you’ll have access to Scorecard’s comprehensive observability features:
  • Automatic LLM instrumentation for popular libraries (OpenAI, Anthropic, etc.)
  • Structured tracing with workflows and tasks using @workflow and @task decorators
  • Performance monitoring including latency, token usage, and cost tracking
  • Real-time evaluation with continuous monitoring of AI system performance
  • Production debugging with detailed trace analysis
For more detailed setup instructions and examples, check out the Scorecard Tracing Quickstart.