Demos
See NAT in action. Choose a demo that fits your goal β watch a live walkthrough against a real-world application, spin up the built-in sandbox on your machine in seconds, or point NAT directly at your own API.
All demos are safe to run. No real vulnerabilities are exploited and no external APIs are harmed.
Available demos
Demo comparison
| Demo | What it tests | Requires | Time |
|---|---|---|---|
| OrangeHRM Live Demo | Real HR web app β functional, visual, accessibility, performance | pip install nat-engine playwright | ~45 s |
nat demo sandbox | Built-in API with seeded security vulnerabilities | pip install nat-engine | ~2β3 min |
| Your own API | Your staging or production API | NAT account + OpenAPI spec | ~5 min setup |
Quick start
The fastest way to see NAT is the built-in sandbox:
pip install nat-engine
nat demoNAT starts a local example API, runs a full security scan, and opens the HTML results report in your browser β no configuration needed.
For the OrangeHRM functional demo:
pip install nat-engine playwright
playwright install chromium
nat demo --target orangehrmRelated
- Demo Mode guide β full documentation for
nat demoand its flags - CLI Reference β all NAT CLI commands
- Your First Scan β scan your own API
Was this helpful?