{
  "schema_version": "1.0.0",
  "site": "SignalHarness.ai",
  "status": "production-active",
  "human_review_recommended": true,
  "live_payments_enabled": true,
  "feed": "discovery manifest (index of agent-readable feeds)",
  "generated": "2026-07-09",
  "public_discovery_free": true,
  "checkout_enabled": true,
  "products_purchasable": 27,
  "human_authority": "Prior human/business-owner authorization and budget permission are required. Within that pre-authorized scope, an agent may autonomously execute a canonical x402 purchase for an eligible one-time offering or a prepaid Vault term. Every Vault renewal is a new payment and requires authority and budget; no automatic wallet debit occurs. API procurement, MCP/tool installation, vendor onboarding, or scope expansion requires separate owner authority.",
  "feeds": [
    {
      "path": "/agent/discovery.json",
      "purpose": "compact entry point for autonomous buyer evaluation resources",
      "authoritative": true
    },
    {
      "path": "/agent/evaluation-schema.json",
      "purpose": "controlled evaluation vocabulary and field semantics",
      "authoritative": true
    },
    {
      "path": "/agent/products.evaluation.json",
      "purpose": "generated rich evaluation records for all 27 canonical products",
      "authoritative": true
    },
    {
      "path": "/agent/bundles.evaluation.json",
      "purpose": "generated rich evaluation records for all 9 canonical bundles",
      "authoritative": true
    },
    {
      "path": "/agent/categories.min.json",
      "purpose": "generated machine-readable records for all 8 canonical categories",
      "authoritative": true
    },
    {
      "path": "/agent/guides.min.json",
      "purpose": "generated machine-readable records for all 8 canonical decision guides",
      "authoritative": true
    },
    {
      "path": "/agent/docs.json",
      "purpose": "autonomous evaluation read order, filtering, and purchase boundaries",
      "authoritative": true
    },
    {
      "path": "/agent/catalog.json",
      "purpose": "authoritative browse structure (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/products.json",
      "purpose": "authoritative product catalog (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/pricing.json",
      "purpose": "authoritative pricing (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/compatibility.json",
      "purpose": "authoritative compatibility (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/bundles.json",
      "purpose": "authoritative bundles (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/payment-options.json",
      "purpose": "payment + M2M + subscription readiness (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/upgrade-paths.json",
      "purpose": "upgrade routes (production storefront)",
      "authoritative": true
    },
    {
      "path": "/agent/licenses.json",
      "purpose": "machine-readable license pack (infrastructure)",
      "authoritative": false
    },
    {
      "path": "/agent/refund-policy.json",
      "purpose": "machine-readable refund policy",
      "authoritative": false
    },
    {
      "path": "/agent/support.json",
      "purpose": "support contact + scope",
      "authoritative": false
    },
    {
      "path": "/agent/trust.json",
      "purpose": "vendor profile + trust score",
      "authoritative": false
    },
    {
      "path": "/agent/risk-ratings.json",
      "purpose": "per-product risk ratings",
      "authoritative": false
    },
    {
      "path": "/agent/update-channels.json",
      "purpose": "update announcement/delivery channels",
      "authoritative": false
    },
    {
      "path": "/agent/agent-buying-policy.json",
      "purpose": "buying policy + approval boundaries",
      "authoritative": false
    },
    {
      "path": "/agent/workflow-recipes.json",
      "purpose": "agent + automation workflow recipes (human page /workflow-recipes/)",
      "authoritative": false
    },
    {
      "path": "/agent/buyer-context-kit.json",
      "purpose": "buyer context intake structure + template (human page /buyer-guide/)",
      "authoritative": false
    },
    {
      "path": "/agent/troubleshooting-status-codes.json",
      "purpose": "storefront-state status codes (human page /troubleshooting/)",
      "authoritative": false
    },
    {
      "path": "/agent/languages.min.json",
      "purpose": "multilingual: 58-language registry (BCP-47 code, native name, script, direction, fallback, rank)",
      "authoritative": true
    },
    {
      "path": "/agent/i18n-index.min.json",
      "purpose": "multilingual: per-language translation coverage, status, fallback, and content-unit source fingerprints",
      "authoritative": true
    },
    {
      "path": "/llms.txt",
      "purpose": "plain-text orientation for agents",
      "authoritative": true
    },
    {
      "path": "/.well-known/agent-storefront.json",
      "purpose": "entry pointer",
      "authoritative": true
    },
    {
      "path": "/.well-known/security.txt",
      "purpose": "security/disclosure contact",
      "authoritative": true
    },
    {
      "path": "/agent/buyer-fit.json",
      "purpose": "refund-prevention truth layer: per-product fit/not-fit, non-inclusions, limitations, support/license/update scope (generated from repository buyer-fit.json)",
      "authoritative": true
    },
    {
      "path": "/agent/buyer-fit.min.json",
      "purpose": "compact buyer-fit for low-token pre-purchase screening by agents",
      "authoritative": true
    }
  ],
  "compact_endpoints": {
    "note": "Permanent low-token discovery layer. Compact JSON/JSONL is the source of truth for agents; HTML is for humans. Public, ungated, free. Enforced by scripts/check-agent-discovery.mjs.",
    "routing_file": "/llms.txt",
    "endpoints": [
      "/agent/catalog.min.json",
      "/agent/discovery.json",
      "/agent/evaluation-schema.json",
      "/agent/docs.json",
      "/agent/products.index.json",
      "/agent/products.evaluation.json",
      "/agent/pricing.min.json",
      "/agent/bundles.min.json",
      "/agent/bundles.evaluation.json",
      "/agent/categories.min.json",
      "/agent/guides.min.json",
      "/agent/compatibility.min.json",
      "/agent/licenses.min.json",
      "/agent/safety-rules.min.json",
      "/agent/refund-support.min.json",
      "/agent/products/{slug}.json",
      "/agent/products/{slug}.evaluation.json",
      "/agent/buyer-fit.min.json"
    ]
  },
  "i18n": {
    "note": "Multilingual layer. English (en) is the canonical source of truth; the top 58 languages are registered. Compact machine-readable discovery is public and ungated. Human HTML is English today; localized routes are staged (owner-approval-required). Untranslated content falls back to English. Enforced by scripts/check-i18n.mjs.",
    "canonical_language": "en",
    "supported_language_count": 58,
    "registry": "/agent/languages.min.json",
    "index": "/agent/i18n-index.min.json",
    "localized_html_routes": "staged_not_active",
    "checkout_enabled": true,
    "products_purchasable": 27,
    "public_discovery_free": true
  },
  "human_guides": [
    {
      "path": "/agent-guide/",
      "purpose": "how an AI agent should inspect this catalog"
    },
    {
      "path": "/buyer-guide/",
      "purpose": "how to evaluate products, bundles, licenses, and the active SignalHarness Vault plan"
    },
    {
      "path": "/workflow-recipes/",
      "purpose": "practical agent/automation recipes"
    },
    {
      "path": "/compatibility/",
      "purpose": "how to read the per-product compatibility record"
    },
    {
      "path": "/troubleshooting/",
      "purpose": "status-code meanings and what to do"
    },
    {
      "path": "/checkout-readiness/",
      "purpose": "exact payment-rail status and activation gates"
    },
    {
      "path": "/terms/",
      "purpose": "Terms of Service (DRAFT pending legal review; effective with first live listing)"
    },
    {
      "path": "/privacy/",
      "purpose": "Privacy Policy (DRAFT pending legal review; static site collects nothing when browsing)"
    }
  ],
  "deployment": {
    "storefront_live": true,
    "deployment_paused_by_owner": false,
    "public_deployment_active": true,
    "public_runtime_status": "production_active",
    "production_deployment_status": "authorized_for_current_release",
    "public_release_authorized": true,
    "x402_enabled": true,
    "agent_pay_status": "live",
    "products_x402_enabled": 90,
    "products_x402_disabled": 0,
    "vault_x402_enabled": true
  },
  "agent_pay_full_crypto_commerce": {
    "status": "live",
    "products_x402_enabled": 90,
    "products_x402_disabled": 0,
    "vault_x402_enabled": true,
    "vault_plan_id": "signalharness-vault",
    "vault_billing_model": "prepaid_renewable_terms",
    "automatic_wallet_debit": false,
    "human_step_inside_pre_authorized_transaction": false,
    "free_catalog_url": "https://signalharness-x402-seller-pilot.onrender.com/api/agent/catalog"
  }
}
