{
  "schema_version": "1.0",
  "name": "SIGNIFO Canvas",
  "description": "AI discovery card for SIGNIFO — Indonesia's premium polyester canvas fabric supplier since 2009. 52+ colors, wholesale and retail, for bags, shoes, and fashion accessories.",
  "provider": {
    "organization": "SIGNIFO Canvas",
    "url": "https://www.signifocanvas.com"
  },
  "url": "https://www.signifocanvas.com",
  "version": "1.0.0",
  "documentationUrl": "https://www.signifocanvas.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "authentication": {
    "schemes": ["none"],
    "note": "The color_search and free_sample APIs require a session-based CSRF token. Agents must perform a GET on the corresponding page first to establish a session and retrieve the token before POSTing."
  },

  "skills": [
    {
      "id": "color_search",
      "name": "AI Color Search",
      "description": "Search SIGNIFO's 52+ polyester canvas colors using natural language in English or Bahasa Indonesia. Powered by DeepSeek AI. Returns 3–5 ranked color slugs that can be used directly in the free sample form.",
      "tags": ["color", "search", "product", "ai"],
      "endpoint": {
        "url": "https://www.signifocanvas.com/api/color_search.php",
        "method": "POST",
        "contentType": "application/json",
        "authentication": {
          "type": "csrf-session",
          "delivery": "header",
          "header": "X-CSRF-TOKEN",
          "sessionSetup": "GET https://www.signifocanvas.com/inspiration/color-catalog/ — token is injected into the page's JS state"
        },
        "rateLimit": "Standard server limits apply"
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "userQuery": {
            "type": "string",
            "maxLength": 25,
            "description": "Natural language color description in English or Bahasa Indonesia"
          }
        },
        "required": ["userQuery"]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "success": { "type": "boolean" },
          "data": {
            "type": "array",
            "items": { "type": "string" },
            "description": "Ranked color slugs, e.g. ['26-moss-green', '41-sage-green', '31-forest-green']"
          }
        }
      },
      "examples": [
        { "input": { "userQuery": "hijau alami" },    "description": "Natural green tones" },
        { "input": { "userQuery": "earthy brown" },   "description": "Earthy brown tones" },
        { "input": { "userQuery": "warna gelap" },    "description": "Dark / deep tones" },
        { "input": { "userQuery": "pastel soft" },    "description": "Soft pastel tones" }
      ],
      "alternativeUrl": "https://www.signifocanvas.com/inspiration/color-catalog/"
    },

    {
      "id": "request_free_sample",
      "name": "Request Free Fabric Sample",
      "description": "Submit a request for a free SIGNIFO polyester canvas swatch delivered to any address in Indonesia. Use color slugs from the color_search skill or color catalog to populate warna_pilihan.",
      "tags": ["sample", "order", "form", "free"],
      "endpoint": {
        "url": "https://www.signifocanvas.com/api/free_sample.php",
        "method": "POST",
        "contentType": "application/x-www-form-urlencoded",
        "authentication": {
          "type": "csrf-session",
          "delivery": "field",
          "field": "csrf_token",
          "sessionSetup": "GET https://www.signifocanvas.com/services/free-sample/ — CSRF token is embedded in the HTML form"
        },
        "rateLimit": "5 requests per IP per 5 minutes"
      },
      "inputSchema": {
        "type": "object",
        "properties": {
          "nama": {
            "type": "string",
            "minLength": 2,
            "maxLength": 50,
            "pattern": "^[a-zA-Z\\s]{2,50}$",
            "description": "Full name — letters and spaces only"
          },
          "alamat": {
            "type": "string",
            "minLength": 10,
            "maxLength": 200,
            "description": "Full delivery address in Indonesia"
          },
          "whatsapp": {
            "type": "string",
            "minLength": 10,
            "maxLength": 20,
            "description": "WhatsApp number including country code, e.g. +6281234567890"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address (optional)"
          },
          "warna_pilihan": {
            "type": "array",
            "items": { "type": "string" },
            "description": "One or more color slugs from the color catalog, e.g. ['01-eerie-black', '26-moss-green']"
          },
          "csrf_token": {
            "type": "string",
            "description": "CSRF token obtained from GET /services/free-sample/"
          }
        },
        "required": ["nama", "alamat", "whatsapp", "warna_pilihan", "csrf_token"]
      },
      "outputSchema": {
        "type": "object",
        "properties": {
          "success": { "type": "boolean" },
          "message": { "type": "string" }
        }
      },
      "alternativeUrl": "https://www.signifocanvas.com/services/free-sample/"
    },

    {
      "id": "contact_whatsapp",
      "name": "WhatsApp Ordering & Inquiry",
      "description": "Direct WhatsApp contact for bulk orders, wholesale pricing, roll orders (~60 yards/roll), and custom color orders (minimum 1,000 yards). Primary sales channel for B2B customers.",
      "tags": ["contact", "order", "wholesale", "bulk", "custom-color"],
      "url": "https://wa.me/6281268906537",
      "inputModes": ["text/plain"],
      "examples": [
        "Saya butuh 500 yard kanvas untuk produksi tas daypack",
        "Mau order per roll, berapa harganya?",
        "Bisa custom warna minimum berapa yard?"
      ]
    },

    {
      "id": "browse_color_catalog",
      "name": "Interactive Color Catalog",
      "description": "Browse SIGNIFO's full catalog of 52+ polyester canvas colors with names, hex codes, and an AI-powered color search. Physical swatch catalog PDF also available for download.",
      "tags": ["color", "catalog", "browse", "product"],
      "url": "https://www.signifocanvas.com/inspiration/color-catalog/",
      "inputModes": ["text/plain"]
    },

    {
      "id": "product_specifications",
      "name": "Product Details & Specifications",
      "description": "Complete product page: weave type (2/1 canvas, no coating), width (90 cm), roll size (~60 yards), pricing (IDR 36,000–45,000/yard), print compatibility (sublimation + digital screen printing), use cases, and FAQ.",
      "tags": ["product", "specifications", "pricing", "faq", "technical"],
      "url": "https://www.signifocanvas.com/product/polyester-canvas/",
      "inputModes": ["text/plain"]
    },

    {
      "id": "mockup_gallery",
      "name": "Product Mockup Gallery",
      "description": "Visual gallery showing SIGNIFO polyester canvas applied to real bag and shoe product designs. Useful for evaluating how colors and texture look in production.",
      "tags": ["mockup", "gallery", "inspiration", "bags", "shoes", "design"],
      "url": "https://www.signifocanvas.com/inspiration/mockup-gallery/",
      "inputModes": ["text/plain"]
    },

    {
      "id": "ai_chatbot",
      "name": "SIGNIFO AI Product Assistant",
      "description": "Dedicated real-time AI assistant at chatbot.signifocanvas.com for product questions, color matching, stock availability, and ordering in Bahasa Indonesia.",
      "tags": ["chat", "support", "assistant", "bahasa-indonesia", "realtime"],
      "url": "https://chatbot.signifocanvas.com",
      "documentationUrl": "https://chatbot.signifocanvas.com/llms.txt",
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ],

  "product": {
    "@context": "https://schema.org",
    "@type": "Product",
    "name": "Kain Kanvas Polyester SIGNIFO",
    "description": "Premium polyester canvas fabric with 2/1 canvas weave, no coating. Abrasion-resistant, UV-resistant color, quick-drying, anti-mold. 52+ colors. Sold by yard (90 cm width) or per roll (~60 yards). Used for bags, shoes, fashion accessories, and home decoration.",
    "url": "https://www.signifocanvas.com/product/polyester-canvas/",
    "image": "https://storage.googleapis.com/images.signifocanvas.com/landscape-backgrounds/polyester-canvas-bg-01.webp",
    "brand": {
      "@type": "Brand",
      "name": "SIGNIFO",
      "sameAs": [
        "https://www.tokopedia.com/signifo",
        "https://shopee.co.id/signifocanvas.offcialstore",
        "https://www.tiktok.com/@kanvaspolyester",
        "https://www.instagram.com/signifocanvas/",
        "https://www.facebook.com/signifocanvas/",
        "https://x.com/signifocanvas"
      ]
    },
    "aggregateRating": {
      "@type": "AggregateRating",
      "ratingValue": "4.9",
      "ratingCount": "294",
      "bestRating": "5"
    },
    "offers": {
      "@type": "AggregateOffer",
      "offerCount": "52",
      "lowPrice": "36000",
      "highPrice": "45000",
      "priceCurrency": "IDR",
      "url": "https://shop.signifocanvas.com/",
      "availability": "https://schema.org/InStock"
    }
  },

  "business": {
    "@context": "https://schema.org",
    "@type": "LocalBusiness",
    "name": "SIGNIFO Canvas",
    "url": "https://www.signifocanvas.com",
    "foundingDate": "2009",
    "trademark": "SIGNIFO® — Registration No. IDM001157619 (Indonesian Law No. 20/2016)",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": "ID",
      "addressRegion": "Jawa Barat"
    },
    "contactPoint": {
      "@type": "ContactPoint",
      "contactType": "sales",
      "url": "https://wa.me/6281268906537",
      "availableLanguage": ["id", "en"]
    },
    "marketplace": {
      "webstore": "https://shop.signifocanvas.com",
      "tokopedia": "https://www.tokopedia.com/signifo",
      "shopee": "https://shopee.co.id/signifocanvas.offcialstore",
      "tiktokShop": "https://www.tiktok.com/@kanvaspolyester"
    }
  },

  "content": {
    "summary": "https://www.signifocanvas.com/llms.txt",
    "full": "https://www.signifocanvas.com/llms-full.txt",
    "sitemap": "https://www.signifocanvas.com/sitemap.xml"
  }
}
