{
  "name": "Are We Agent Ready?",
  "canonical_url": "https://areweagentready.com/",
  "version": "1.0",
  "updated": "2026-04-22",
  "description": "Audit platform that grades any website on how ready it is for AI agents. Weighted scoring across Technical, Task, and Recommendation pillars, plus optional Agent Actionability (synthetic agent) runs.",
  "site_type": "saas_product",
  "content_usage": {
    "ai_training": "allow",
    "ai_inference": "allow",
    "attribution": "requested"
  },
  "agent_tasks": [
    {
      "id": "run_free_scan",
      "name": "Run a free Agent Readiness audit",
      "url": "https://areweagentready.com/",
      "method": "POST",
      "endpoint": "/api/scans",
      "input": { "url": "string" },
      "cost": 0,
      "rate_limit_per_day": 2,
      "auth": "none"
    },
    {
      "id": "run_scan_with_competitor",
      "name": "Compare your site to a competitor",
      "url": "https://areweagentready.com/",
      "method": "POST",
      "endpoint": "/api/scans",
      "input": { "url": "string", "competitor_url": "string" },
      "cost": 0
    },
    {
      "id": "upgrade_pro",
      "name": "Subscribe to Pro ($49/year) for unlimited history and trend tracking",
      "url": "https://areweagentready.com/pro",
      "method": "POST",
      "endpoint": "/api/payments/checkout",
      "auth": "bearer",
      "input": { "package_id": "pro_annual" }
    }
  ],
  "endpoints": {
    "openapi": "https://areweagentready.com/api/openapi.json",
    "sitemap": "https://areweagentready.com/sitemap.xml",
    "llms_txt": "https://areweagentready.com/llms.txt",
    "mcp": "https://areweagentready.com/.well-known/mcp.json",
    "ai_plugin": "https://areweagentready.com/.well-known/ai-plugin.json"
  },
  "contact": {
    "general": "hello@areweagentready.com",
    "security": "security@areweagentready.com"
  }
}
