Docs · v1.4

Build with Scovant.

Run scans, simulations, and showcase from the dashboard — or drive it all from your pipeline: the REST API, CI/CD trigger, webhooks, and the MCP interface are live today. Entries marked “Soon” are on the roadmap.

Quickstart · 5 of 8

Sites.

A site represents a base URL within a workspace. Multiple sites can exist per workspace (limit depends on plan).

Create a site

POST /api/sites
{ "name": "My Store", "base_url": "https://example.com", "workspace_id": "<uuid>", "site_type": "commerce" }

site_type is required. Valid values: commerce, booking, restaurant, saas, education, real_estate, docs, blog, news, other.

The site type affects simulation scenario selection and which scoring categories apply. Commerce, booking, and restaurant sites automatically receive AI agent simulation compatibility checks in addition to rule-based scoring.

Showcase — sites with an overall score ≥ 60 can be published to the public showcase via POST /api/sites/{site_id}/showcase.