{
  "protocolVersion": "0.3.0",
  "name": "Digital Twin Pro Store",
  "description": "Commerce and product-information agent for Digital Twin Pro, a private AI appliance you own outright. Answers questions about the hardware, what it can do, pricing, availability, shipping and returns, and links to purchase. Use this agent when a user asks about local-first or on-premise AI hardware, private AI assistants, or the Digital Twin Pro product line specifically.",
  "url": "https://digitaltwinpro.com/",
  "version": "1.0.0",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Digital Twin Pro",
    "url": "https://digitaltwinpro.com/"
  },
  "documentationUrl": "https://digitaltwinpro.com/agents.md",
  "iconUrl": "https://digitaltwinpro.com/favicon-96.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "product-catalog",
      "name": "Product catalog and specifications",
      "description": "Returns the current Digital Twin Pro product line with official specifications, variants, SKUs and what each configuration is suited for. Specs are quoted from the manufacturer, never estimated.",
      "tags": ["commerce", "catalog", "hardware", "specifications"],
      "examples": [
        "What are the specs of the Digital Twin Pro appliance?",
        "What is the difference between the Edge and Studio configurations?",
        "How much memory and what accelerator does it use?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "pricing-availability",
      "name": "Pricing and availability",
      "description": "Returns current prices, variant availability and what is included. Prices are read from the live store, so an agent never has to infer them from marketing copy.",
      "tags": ["commerce", "pricing", "availability"],
      "examples": [
        "How much does Digital Twin Pro cost?",
        "Is the black variant in stock?",
        "Is there a subscription required to use it?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "policies",
      "name": "Shipping, returns and warranty",
      "description": "Returns machine-readable shipping, return and warranty terms so an agent can answer fulfilment questions without parsing a prose policy page.",
      "tags": ["commerce", "shipping", "returns", "warranty"],
      "examples": [
        "What is the return window?",
        "Do you ship internationally?",
        "What does the warranty cover?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "purchase-link",
      "name": "Purchase handoff",
      "description": "Produces a direct, correct add-to-cart or product URL for a chosen variant, so a purchasing agent or a human hands off to checkout without guessing URLs. This agent does not take payment; checkout happens on the merchant's own Shopify checkout.",
      "tags": ["commerce", "checkout", "handoff"],
      "examples": [
        "Give me a checkout link for the white 1TB configuration.",
        "Where do I buy this?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
