Intro
The Saved Evaluators API lets you manage reusable evaluator configurations for your project. You can list, retrieve, and create saved evaluators that can then be used for online evaluations, guardrails, and experiments. Each saved evaluator stores a name, an evaluator type (e.g.langevals/exact_match), and its settings configuration.
Authentication
To make a call to the Saved Evaluators API, you will need to pass through your LangWatch API key in the header asX-Auth-Token. Your API key can be found on the setup page under settings.
Allowed Methods
GET /api/evaluators- List all saved evaluators for a projectGET /api/evaluators/:idOrSlug- Get a specific evaluator by ID or slugPOST /api/evaluators- Create a new saved evaluator