Skip to main content
Saved evaluators are pre-configured evaluation setups that you create on the LangWatch platform. Once saved, you can reuse them anywhere—in experiments, monitors, guardrails, or via the API—without reconfiguring settings each time.
When to use Saved Evaluators:
  • You want to reuse the same evaluation configuration across multiple places
  • You prefer configuring evaluators via UI rather than code
  • You want non-technical team members to create and manage evaluations
  • You need consistent evaluation settings across your team
See also:

Creating a Saved Evaluator

Via the Platform UI

  1. Go to Evaluations in your LangWatch project
  2. Click New Evaluator
  3. Select the evaluator type (e.g., LLM Boolean, PII Detection)
  4. Configure the settings (model, prompt, thresholds, etc.)
  5. Give it a descriptive name and save

Via the Evaluators Page

You can also manage saved evaluators from the dedicated Evaluators page at /{project}/evaluators.

Using Saved Evaluators

Saved evaluators are referenced using the evaluators/{slug} format, where {slug} is the unique identifier assigned when you create the evaluator.

Finding Your Evaluator Slug

  1. Go to your saved evaluator on the platform
  2. Click the menu → Use via API
  3. Copy the slug from the code examples

In Experiments

In Online Evaluation

As Guardrails

Via cURL

Saved vs Built-in Evaluators

Best Practices

Naming Conventions

Use descriptive, consistent names for your saved evaluators:
  • tone-checker-formal
  • pii-detection-strict
  • answer-quality-v2
  • test1
  • my-evaluator

When to Save an Evaluator

Save an evaluator when you:
  • Use the same configuration in multiple places
  • Want to manage settings from the UI
  • Need non-developers to configure evaluations
  • Want to version control evaluation criteria separately from code

Overriding Settings

You can override saved evaluator settings at runtime:

Next Steps

Built-in Evaluators

Custom Scoring

Evaluators List

Experiments