links.10x.in/docs/end-user/ai-readiness-scoring Published:

AI Readiness Scoring

Note

This is a draft stub. Detailed scoring criteria and examples will be expanded in a follow-up documentation pass.

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.