{
  "version": "1.0",
  "name": "AetherShield",
  "description": "Quantum-resistant VPN platform with AI privacy agent, post-quantum encryption, and decentralized mesh routing.",
  "url": "https://aethershield.io",
  "machine_readable_files": [
    { "path": "/llms.txt", "type": "llms-txt", "description": "LLM context file (short index)" },
    { "path": "/llms-full.txt", "type": "llms-txt-full", "description": "Comprehensive long-form LLM context covering architecture, cryptography, APIs, and threat model" },
    { "path": "/agents.txt", "type": "agents-txt", "description": "AI agent capabilities and permissions" },
    { "path": "/x402.json", "type": "x402", "description": "Payment readiness manifest" },
    { "path": "/openapi.json", "type": "openapi", "description": "OpenAPI 3.1 specification" },
    { "path": "/robots.txt", "type": "robots-txt", "description": "Crawler directives" },
    { "path": "/sitemap.xml", "type": "sitemap", "description": "XML sitemap" },
    { "path": "/feed.xml", "type": "rss", "description": "RSS 2.0 feed" },
    { "path": "/humans.txt", "type": "humans-txt", "description": "Human-readable credits" },
    { "path": "/.well-known/ai-agent.json", "type": "ai-agent", "description": "AI agent manifest with tools and auth" },
    { "path": "/.well-known/ai-plugin.json", "type": "openai-plugin", "description": "OpenAI plugin specification" },
    { "path": "/.well-known/mcp.json", "type": "mcp", "description": "Model Context Protocol server manifest" },
    { "path": "/.well-known/model-card.json", "type": "model-card", "description": "AI model transparency card" },
    { "path": "/.well-known/security.txt", "type": "security-txt", "description": "Security contact and disclosure policy" },
    { "path": "/index.md", "type": "page-markdown", "description": "Markdown version of the landing page" },
    { "path": "/features.md", "type": "page-markdown", "description": "Markdown version of the features page" },
    { "path": "/faq.md", "type": "page-markdown", "description": "Markdown version of the FAQ page" },
    { "path": "/pricing.md", "type": "page-markdown", "description": "Markdown version of the pricing page" },
    { "path": "/ai-discoverability.md", "type": "page-markdown", "description": "Markdown version of the AI discoverability directory" }
  ],
  "ai_endpoints": [
    {
      "name": "AI Privacy Agent",
      "path": "/functions/v1/ai-privacy-agent",
      "method": "POST",
      "auth": "bearer",
      "actions": ["analyze", "chat"]
    },
    {
      "name": "Speed Test",
      "path": "/functions/v1/speed-test",
      "method": "POST",
      "auth": "none",
      "actions": ["ping", "download", "upload"]
    },
    {
      "name": "Server List",
      "path": "/functions/v1/server-list",
      "method": "GET",
      "auth": "apikey"
    },
    {
      "name": "Server Health",
      "path": "/functions/v1/server-health",
      "method": "GET",
      "auth": "apikey"
    }
  ],
  "structured_data": ["Organization", "SoftwareApplication", "FAQPage", "BreadcrumbList"],
  "social_meta": ["OpenGraph", "TwitterCard"],
  "contact": "support@aethershield.io"
}