Skip to main content

Install

Create Your First Test

Create a file called test.json:
test.json

Run Your Test

You should see output like:

Add Semantic Validation

Now let’s add AI-powered semantic validation. First, set your OpenAI API key:
.env
The LLM Judge block is optional. You can use all other blocks without an API key!
Update your test to include semantic validation:
test.json
Run it again:
Now you’ll see AI-powered validation:

What’s Next?

Core Concepts

Learn how pipelines and data flow work

Browse Blocks

Explore all 8 available blocks

AI Testing Guide

Learn how to test AI systems effectively

View Examples

Explore real-world test examples

CLI Options

Try the Playground

Want to experiment without installing anything? Try our interactive playground where you can run tests directly in your browser.