{
  "version": "1.0",
  "name": "PIO VPN",
  "description": "Quantum-resistant VPN platform with AI-powered privacy protection",
  "homepage": "https://aethershield.io",
  "payment": {
    "enabled": true,
    "protocol": "x402",
    "currency": "USD",
    "endpoints": [
      {
        "path": "/functions/v1/ai-privacy-agent",
        "method": "POST",
        "description": "AI Privacy Agent — privacy analysis and chat",
        "pricing": {
          "model": "per-request",
          "price": "0.01",
          "currency": "USD",
          "free_tier": {
            "requests": 100,
            "period": "month"
          }
        },
        "auth": {
          "type": "bearer",
          "header": "Authorization"
        }
      },
      {
        "path": "/functions/v1/speed-test",
        "method": "POST",
        "description": "VPN speed test — ping, download, upload measurement",
        "pricing": {
          "model": "free",
          "price": "0",
          "currency": "USD"
        }
      },
      {
        "path": "/functions/v1/server-list",
        "method": "GET",
        "description": "List available VPN servers",
        "pricing": {
          "model": "free",
          "price": "0",
          "currency": "USD"
        }
      },
      {
        "path": "/functions/v1/server-health",
        "method": "GET",
        "description": "Server health and status monitoring",
        "pricing": {
          "model": "free",
          "price": "0",
          "currency": "USD"
        }
      }
    ],
    "subscription_tiers": [
      {
        "name": "Free",
        "price": "0",
        "period": "month",
        "features": ["quantum-resistant encryption", "1 device", "10 GB/month"]
      },
      {
        "name": "Pro",
        "price": "9.99",
        "period": "month",
        "features": ["unlimited bandwidth", "6 devices", "Protean Chronos", "multi-hop routing"]
      },
      {
        "name": "Sentinel",
        "price": "19.99",
        "period": "month",
        "features": ["unlimited devices", "PIO Mesh swarm routing", "dedicated nodes", "priority support"]
      }
    ]
  },
  "capabilities": [
    "privacy-analysis",
    "threat-detection",
    "vpn-speed-test",
    "server-discovery",
    "ai-chat"
  ],
  "machine_readable": {
    "llms_txt": "/llms.txt",
    "agents_txt": "/agents.txt",
    "robots_txt": "/robots.txt",
    "sitemap": "/sitemap.xml",
    "openapi": "/api/openapi.json"
  }
}