{
  "awp_version": "0.2",
  "domain": "edge.omniai.one",
  "intent": "edge.omniai.one provides multilingual agent-readable public information for Omni Edge, Omni Edge CTO Advisory, Omni Agent, the AI Adoption Stress Test, and selected public Omni Edge pitch materials.",
  "languages": {
    "default": "en",
    "supported": [
      "en",
      "zh-Hant",
      "ja"
    ],
    "fallback": "en",
    "manual_switch_storage_key": "omni-edge-lang"
  },
  "localized_routes": {
    "omni-edge": {
      "en": "/",
      "zh-Hant": "/zh-TW/",
      "ja": "/ja/"
    },
    "cto-advisory": {
      "en": "/cto.html",
      "zh-Hant": "/zh-TW/cto.html",
      "ja": "/ja/cto.html"
    },
    "omni-agent": {
      "en": "/agent.html",
      "zh-Hant": "/zh-TW/agent.html",
      "ja": "/ja/agent.html"
    },
    "ai-adoption-stress-test": {
      "en": "/cta.html",
      "zh-Hant": "/zh-TW/cta.html",
      "ja": "/ja/cta.html"
    },
    "pitch-materials": {
      "nvidia-inception-2026": "/decks/nvidia-inception-2026.html"
    }
  },
  "capabilities": {
    "streaming": false,
    "batch_actions": false,
    "webhooks": false
  },
  "actions": [
    {
      "id": "browse-omni-edge",
      "description": "Read the Omni Edge overview page.",
      "auth_required": false,
      "endpoint": "/",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/",
        "ja": "/ja/"
      },
      "method": "GET"
    },
    {
      "id": "browse-cto-advisory",
      "description": "Read the Omni Edge CTO Advisory page.",
      "auth_required": false,
      "endpoint": "/cto.html",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/cto.html",
        "ja": "/ja/cto.html"
      },
      "method": "GET"
    },
    {
      "id": "browse-omni-agent",
      "description": "Read the Omni Agent first-agent trial page.",
      "auth_required": false,
      "endpoint": "/agent.html",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/agent.html",
        "ja": "/ja/agent.html"
      },
      "method": "GET"
    },
    {
      "id": "browse-cta-stress-test",
      "description": "Open the AI Adoption Stress Test interactive simulation. It runs 6 decision rounds, shows cost, chaos, adoption, risk, and business-impact changes, and produces an adoption roadmap. It is not a guaranteed outcome.",
      "auth_required": false,
      "endpoint": "/cta.html",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/cta.html",
        "ja": "/ja/cta.html"
      },
      "method": "GET"
    },
    {
      "id": "browse-nvidia-inception-deck",
      "description": "Read the NVIDIA Inception Grand Challenge 2026 pitch deck for Omni Edge by Numbers Protocol.",
      "auth_required": false,
      "endpoint": "/decks/nvidia-inception-2026.html",
      "method": "GET"
    },
    {
      "id": "read-llms-index",
      "description": "Read the LLM-oriented site index.",
      "auth_required": false,
      "endpoint": "/llms.txt",
      "method": "GET"
    }
  ],
  "agent_hints": {
    "primary_use_case": "Help AI agents understand the public website structure, Omni Edge positioning, CTO Advisory scope, Omni Agent trial service, AI Adoption Stress Test, and selected pitch materials.",
    "content_types": "Multilingual service pages, English pitch materials, structured metadata, LLM-readable summaries, and contact entry points.",
    "update_frequency": "Update when public website pages, service positioning, or language routes change."
  }
}
