Skip to content

Reference

This section is about looking things up — exhaustive tables of every CLI flag, config field, environment variable, and schema. No narrative or motivation, just the facts. For step-by-step guides, see Workflows. For explanations of what these options mean and why they exist, see Core Concepts.


In This Section

Reference What It Covers
Configuration Reference Exhaustive field-by-field tables for VerificationConfig, ModelConfig, PromptConfig, presets, and environment variables
CLI Reference Complete documentation for all CLI commands (verify, preset, serve, init, optimize)
API Reference Auto-generated Python API reference from source code docstrings

Quick Lookup

I want to... See
Set an API key or path Environment Variables
Configure answering or parsing models ModelConfig
Choose evaluation mode or feature flags VerificationConfig
Customize LLM prompts PromptConfig
Understand preset file format Preset Schema
Look up a class, function, or module API Reference
Run verification from the terminal verify command
Check the status of a running job verify-status command
Manage saved presets preset command
Start the web server serve command