10xDotIn Product Docs

AI Readiness Scoring

Draft guide for scoring page readiness for AI crawler discoverability.

AI Readiness Scoring

Role and auth requirements

  • Primary roles: OWNER, OPERATOR
  • Auth mode: JWT (Authorization: Bearer <token>)

UI flow (draft)

  1. Select handle and hostname.
  2. Run readiness scoring.
  3. Review score breakdown and recommended fixes.

API fallback (draft)

  • POST /v2/handles/{handle}/site-intel/{hostname}/readiness-score
  • GET /v2/handles/{handle}/site-intel/{hostname}/readiness-score

Failure and remediation (draft)

  • 400 invalid_payload: validate hostname and request fields.
  • 401 unauthorized: re-authenticate and retry.
  • 404 not_found: confirm handle-hostname exists.
  • 503 unavailable: retry after dependency recovery.

Updated Jun 19, 2026