Overview
While the Toolkit automatically manages a default scorecard, you can create your own custom scorecards with tags and metadata to organize your experiments.Creating a Custom Scorecard
Usecreate_scorecard() to create a scorecard with custom fields:
Using Your Scorecard
Pass the scorecard ID when creating environments:Scorecard Fields
| Field | Description |
|---|---|
tags | Array of strings to categorize and filter scorecards |
source_url | Optional URL field (e.g., link to your code repository) |
opaque | Optional field for arbitrary data |
Next Steps
- Get Scorecard — Retrieve scorecard results
- Close Scorecard — Finalize and close a scorecard

