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.