Skip to main content
Learn QWED basics in 5 minutes.

1. Basic verification

2. Math verification

Verify mathematical expressions exactly:

3. Logic verification

Verify logical constraints using Z3 SAT solver:

4. Code security

Check code for vulnerabilities:

5. SQL validation

Validate SQL queries:

6. Batch verification

Verify multiple claims at once:

7. CLI usage

Run the onboarding wizard once to set up engines, configure your provider, and generate an API key:
After init, verify your setup and confirm all engines work:
Then verify from the command line:
For CI pipelines, use --non-interactive to skip prompts:
You only need to run qwed init once. After that, QWED reads from .env. Re-run only when changing providers or rotating keys.

Next steps