NovaQAAI AGENT
API Map & Specifications8 Endpoints Discovered

Discovered API Endpoints

Contract schemas, HTTP verbs, payload parameters, and authorization constraints.

POST/api/v1/auth/register
Public
201400409

Register new user and create organization workspace

Body Parameters:
name: string*req
email: string (email)*req
password: string (min 8)*req
POST/api/v1/auth/login
Public
200401429

Authenticate credentials and issue session tokens

Body Parameters:
email: string*req
password: string*req
POST/api/v1/auth/refresh
Public
200401

Rotate session and issue new access & refresh tokens

Body Parameters:
refreshToken: string*req
GET/api/v1/projects
Auth Required
200401403

List tenant projects with configured test suites

POST/api/v1/projects
Auth Required
201400403

Create a new testing project

Body Parameters:
name: string*req
category: string*req
baseUrl: string (url)
POST/api/v1/runs
Auth Required
202400403404

Dispatch an automated test execution run

Body Parameters:
projectId: string*req
environmentId: string*req
GET/api/v1/findings
Auth Required
200401

Query AI failure triage findings and self-healed selectors

POST/api/v1/api-keys
Auth Required
201400403

Generate project-scoped API key for MCP and CI/CD

Body Parameters:
name: string*req
scope: string