{
  "awp_version": "0.2",
  "domain": "care.omniai.one",
  "intent": "care.omniai.one provides multilingual agent-readable public information for Omni Care, an AI-driven software concierge, and its four capabilities: Omni Edge (run AI in your own environment), CTO Advisory (full technology assessment), Omni Agent (automate repetitive work), and the AI Adoption Assessment (interactive readiness diagnostic).",
  "languages": {
    "default": "en",
    "supported": [
      "en",
      "zh-Hant",
      "ja"
    ],
    "fallback": "en",
    "manual_switch_storage_key": "omni-edge-lang"
  },
  "localized_routes": {
    "omni-care": {
      "en": "/",
      "zh-Hant": "/zh-TW/",
      "ja": "/ja/"
    },
    "omni-edge": {
      "en": "/edge/",
      "zh-Hant": "/zh-TW/edge/",
      "ja": "/ja/edge/"
    },
    "cto-advisory": {
      "en": "/cto/",
      "zh-Hant": "/zh-TW/cto/",
      "ja": "/ja/cto/"
    },
    "omni-agent": {
      "en": "/agent/",
      "zh-Hant": "/zh-TW/agent/",
      "ja": "/ja/agent/"
    },
    "ai-adoption-assessment": {
      "en": "/enterprise-cta.html",
      "zh-Hant": "/zh-TW/enterprise-cta.html",
      "ja": "/ja/enterprise-cta.html"
    }
  },
  "capabilities": {
    "streaming": false,
    "batch_actions": false,
    "webhooks": false
  },
  "actions": [
    {
      "id": "browse-omni-care",
      "description": "Read the Omni Care overview page: an AI-driven software concierge that diagnoses, designs, builds, and keeps managing software for you.",
      "auth_required": false,
      "endpoint": "/",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/",
        "ja": "/ja/"
      },
      "method": "GET"
    },
    {
      "id": "browse-omni-edge",
      "description": "Read the Omni Edge page: run AI workflows in your own cloud, private environment, or an integrated appliance.",
      "auth_required": false,
      "endpoint": "/edge/",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/edge/",
        "ja": "/ja/edge/"
      },
      "method": "GET"
    },
    {
      "id": "browse-cto-advisory",
      "description": "Read the CTO Advisory page: CTO-level AI adoption decisions and technical guidance for leadership teams.",
      "auth_required": false,
      "endpoint": "/cto/",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/cto/",
        "ja": "/ja/cto/"
      },
      "method": "GET"
    },
    {
      "id": "browse-omni-agent",
      "description": "Read the Omni Agent first-agent trial page: automate repetitive work with AI before deciding whether to expand.",
      "auth_required": false,
      "endpoint": "/agent/",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/agent/",
        "ja": "/ja/agent/"
      },
      "method": "GET"
    },
    {
      "id": "browse-ai-adoption-assessment",
      "description": "Open the AI Adoption Assessment interactive diagnostic. 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": "/enterprise-cta.html",
      "alternate_endpoints": {
        "zh-Hant": "/zh-TW/enterprise-cta.html",
        "ja": "/ja/enterprise-cta.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 Care positioning as an AI-driven software concierge, and its four capabilities: Omni Edge, CTO Advisory, Omni Agent, and the AI Adoption Assessment.",
    "content_types": "Multilingual service pages, structured metadata, LLM-readable summaries, and contact entry points.",
    "update_frequency": "Update when public website pages, service positioning, or language routes change."
  }
}
