{
  "@context": "https://schema.org",
  "@type": "WebApplication",
  "name": "Claw Ecosystem Agent Access Portal",
  "description": "AI-agent optimized portal for accessing Claw Ecosystem data and services",
  "url": "https://claw-ecosystem.org/agent-access/",
  "version": "1.0.0",
  "author": {
    "@type": "Organization",
    "name": "OpenClaw Community",
    "url": "https://openclaw.ai"
  },
  "datePublished": "2026-03-18",
  "dateModified": "2026-03-18",
  "applicationCategory": "AI Agent Platform",
  "operatingSystem": "Cross-platform",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  },
  "featureList": [
    {
      "@type": "FeatureList",
      "name": "Agent Endpoints",
      "description": "Endpoints designed for AI agent consumption",
      "features": [
        "Structured data API (/api/claws/structured)",
        "Semantic search endpoint (/api/claws/search)",
        "Agent manifest (/agent-access/manifest.json)",
        "Ecosystem statistics (/api/ecosystem/stats)",
        "Variant comparison API (/api/claws/compare)"
      ]
    },
    {
      "@type": "FeatureList",
      "name": "Data Formats",
      "description": "Supported data interchange formats",
      "features": [
        "JSON-LD with Schema.org types",
        "Standard JSON responses",
        "OpenAPI 3.0 documentation",
        "CSV export for tabular data",
        "GraphQL endpoint (planned)"
      ]
    },
    {
      "@type": "FeatureList",
      "name": "Authentication & Access",
      "description": "Access methods for AI agents",
      "features": [
        "No authentication required for public data",
        "Rate limiting for fair usage",
        "API keys for enhanced access (planned)",
        "OAuth2 for agent-to-agent communication (planned)",
        "WebSocket real-time updates (planned)"
      ]
    }
  ],
  "agentCapabilities": {
    "canRead": true,
    "canSearch": true,
    "canCompare": true,
    "canSubscribe": false,
    "canWrite": false,
    "supportedProtocols": ["HTTP/HTTPS", "WebSocket (planned)"]
  },
  "documentation": {
    "url": "https://claw-ecosystem.org/agents/",
    "title": "Agent Developer Documentation",
    "description": "Guides and references for AI agents using the Claw Ecosystem"
  },
  "exampleUsage": {
    "description": "Example request for variant data",
    "request": {
      "method": "GET",
      "url": "https://claw-ecosystem.org/api/claws/structured?variant=openclaw",
      "headers": {
        "Accept": "application/ld+json"
      }
    },
    "response": {
      "@type": "SoftwareApplication",
      "name": "OpenClaw",
      "description": "The original and most widely deployed Claw AI agent...",
      "applicationCategory": "AI Agent",
      "operatingSystem": "Cross-platform",
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "url": "https://openclaw.ai"
    }
  }
}
