NovaQAAI AGENT
Routes & UI Elements8 Discovered Routes

Discovered Application Routes

Automated crawler inventory of web pages, layouts, discovered forms, and interactive buttons.

/Landing / Home Page
Public Route
nav a[href="/login"](Navigate to login)
button[data-testid="primary-cta"](Primary onboarding CTA)
/loginUser Sign In Form
Public Route
LoginForm:Fields: [email, password]
input[type="email"](Email address input)
input[type="password"](Password input)
button[type="submit"](Sign in submission button)
/registerAccount Registration
Public Route
RegisterForm:Fields: [name, email, password, organizationName]
/dashboardMain Application Dashboard
Protected (MEMBER)
button[data-testid="refresh-metrics"](Live telemetry refresh)
a[href="/settings"](Open settings)
/checkoutShopping Cart & Checkout Flow
Protected (Auth)
PaymentForm:Fields: [cardNumber, cardExp, cardCvc, promoCode]
button[data-testid="apply-coupon-btn"](Apply discount coupon)
button[data-testid="submit-order-btn"](Confirm and pay order)
/settings/profileUser Profile & Preferences
Protected (Auth)
/settings/teamTeam & RBAC Role Management
Protected (ADMIN)
/settings/api-keysAPI Keys & MCP Credentials
Protected (ENGINEER)