{
  "$schema": "https://opennod.ai/schema/nod/v1.0.json",
  "nod_version": "1.0",
  "generated_at": "2026-03-28T18:00:00Z",
  "business": {
    "name": "OpenNOD",
    "legal_name": "OpenNOD Inc.",
    "type": "saas",
    "description": "The open standard for making businesses visible to AI agents. We publish the NOD Protocol specification, score websites on agent-readiness (0-100 across 75 checks), and provide free tools for generating and validating nod.json manifests.",
    "categories": ["developer_tools", "ai_infrastructure", "open_standards"],
    "url": "https://opennod.ai",
    "founded": "2026",
    "locations": [
      {
        "type": "headquarters",
        "address": {
          "city": "Nashville",
          "state": "TN",
          "country": "US"
        }
      }
    ],
    "contacts": {
      "general": { "email": "hello@opennod.ai" },
      "support": { "email": "support@opennod.ai" },
      "governance": { "email": "governance@opennod.ai" }
    },
    "social": {
      "github": "https://github.com/nod-protocol",
      "x": "https://x.com/opennod"
    }
  },
  "discovery": {
    "catalog": {
      "type": "service_list",
      "format": "json",
      "url": "https://opennod.ai/api/services",
      "total_items": 4
    },
    "categories": [
      {
        "name": "Protocol Specification",
        "slug": "protocol",
        "url": "https://opennod.ai/protocol"
      },
      {
        "name": "Scoring & Leaderboard",
        "slug": "scoring",
        "url": "https://opennod.ai/leaderboard"
      },
      {
        "name": "Tools",
        "slug": "tools",
        "url": "https://opennod.ai/tools"
      },
      {
        "name": "Methodology",
        "slug": "methodology",
        "url": "https://opennod.ai/methodology"
      }
    ],
    "sitemap": "https://opennod.ai/sitemap.xml",
    "openapi": "https://opennod.ai/.well-known/openapi.json",
    "llms_txt": {
      "url": "https://opennod.ai/llms.txt",
      "description": "Overview of OpenNOD services, protocol specification, and scoring methodology"
    }
  },
  "transactions": {
    "capabilities": ["quote"],
    "quote": {
      "type": "api",
      "endpoint": "https://opennod.ai/api/scan",
      "method": "POST",
      "authentication": "none",
      "documentation": "https://opennod.ai/methodology"
    },
    "policies": {
      "cancellation": {
        "summary": "Free scans require no commitment. Paid reports are non-refundable after delivery."
      }
    },
    "terms_of_service": "https://opennod.ai/terms",
    "privacy_policy": "https://opennod.ai/privacy"
  },
  "information": {
    "faq": {
      "url": "https://opennod.ai/about",
      "format": "html",
      "topics": ["scoring", "protocol", "implementation", "pricing"]
    },
    "structured_content": {
      "json_ld_pages": [
        "https://opennod.ai",
        "https://opennod.ai/about",
        "https://opennod.ai/protocol"
      ]
    }
  },
  "support": {
    "contact": {
      "channels": [
        {
          "type": "email",
          "address": "support@opennod.ai",
          "expected_response_time": "48_hours",
          "agent_compatible": true
        },
        {
          "type": "chat",
          "url": "https://github.com/nod-protocol/nod-protocol/issues",
          "agent_compatible": true
        }
      ]
    }
  },
  "agent_policies": {
    "allow_automated_purchases": false,
    "rate_limits": {
      "scan": { "requests": 10, "period": "hour" },
      "leaderboard": { "requests": 60, "period": "hour" },
      "general": { "requests": 120, "period": "hour" }
    },
    "data_usage": {
      "allow_caching": true,
      "cache_ttl_seconds": 3600,
      "allow_comparison": true,
      "allow_training": false
    },
    "preferred_agent_identification": {
      "header": "X-Agent-Id",
      "user_agent_prefix": "NOD-Agent/"
    },
    "human_fallback": {
      "url": "https://opennod.ai",
      "description": "Visit opennod.ai for full interaction, or email hello@opennod.ai"
    }
  },
  "extensions": {
    "ai.opennod.saas": {
      "free_tier": true,
      "free_tier_description": "Free NOD Score scan for any domain",
      "paid_plans": [
        {
          "name": "Detailed Report",
          "price": 299,
          "currency": "USD",
          "billing": "one_time",
          "description": "75-check detailed report with actionable recommendations"
        }
      ],
      "api_available": true,
      "open_source_components": [
        "https://github.com/nod-protocol/nod-protocol",
        "https://github.com/nod-protocol/nod-tools"
      ]
    }
  }
}
