{
 "categories": [
  "saas-platform",
  "commerce"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-07",
   "fact": "homepage",
   "note": "Wix presents a commercial website builder with eCommerce, scheduling, blog, payments, and a free start. The page states 300M+ sites built and no credit card required to begin.",
   "source": "https://www.wix.com/",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "license",
   "note": "Wix publishes a Free plan with hosting and the editor, plus paid Light, Core, Business, and Business Elite Premium plans. Creating a site is free; Premium adds a custom domain and removes Wix branding.",
   "source": "https://www.wix.com/plans",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "platforms",
   "note": "Wix documents the Wix app for managing a site from a phone, with downloads from the Apple App Store and Google Play.",
   "source": "https://support.wix.com/en/article/wix-owner-app-downloading-the-app",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.api.exists",
   "note": "Wix documents platform APIs that read and write business solutions, CMS, CRM, media, site configuration, and account-level resources from sites, headless projects, and apps.",
   "source": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.api.kinds[0]",
   "note": "Most Wix APIs are callable as REST. App OAuth token requests go to https://www.wixapis.com/oauth2/token; product calls such as Query Products use https://www.wixapis.com/stores/v1/products/query.",
   "source": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.api.kinds[1]",
   "note": "Wix documents a GraphQL API for querying and modifying a subset of the same data. The page states SDK or REST is the better starting point for most projects.",
   "source": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.api.auth[0]",
   "note": "OAuth authenticates callers outside the dashboard, editor, or site as a visitor (anonymous grant), member (authorization_code), or Wix app (client_credentials). Tokens go in the Authorization header and last 4 hours. Visitor and member tokens refresh; app tokens are reminted from client ID and secret.",
   "source": "https://dev.wix.com/docs/overview/auth-permissions/authentication-methods",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.api.auth[1]",
   "note": "API keys are long-lived site- or account-level admin credentials created by account owners and co-owners. Each call must identify a site ID or account ID. Keys are not available to third-party Wix apps. The page names API keys as the credential for AI agents and MCP connections.",
   "source": "https://dev.wix.com/docs/overview/auth-permissions/authentication-methods",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.api.coverage",
   "note": "The unified API reference indexes REST and SDK for eCommerce, Stores, Bookings, CMS, Events, Restaurants, Blog, CRM, payments, media, site actions, and account-level Sites APIs. A few APIs remain on legacy Velo only.",
   "source": "https://dev.wix.com/docs/api-reference.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.sdk.exists",
   "note": "Wix documents createClient() from @wix/sdk with AppStrategy, OAuthStrategy, and ApiKeyStrategy. CLI apps and Astro-managed headless projects call SDK methods without a client.",
   "source": "https://dev.wix.com/docs/api-reference/articles/sdk-setup-and-usage/set-up-a-wix-client",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.sdk.languages[0]",
   "note": "The official SDK is JavaScript/TypeScript npm packages under @wix/. Install is npm install @wix/<package> or wix install @wix/<package> on sites.",
   "source": "https://dev.wix.com/docs/api-reference/articles/sdk-setup-and-usage/install-sdk-packages",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.mcp.first_party",
   "note": "Wix documents a first-party remote MCP at https://mcp.wix.com/mcp over HTTP or SSE. Tools search REST/SDK/Build Apps/Headless/WDS docs, generate REST and SDK code, call site APIs, and manage sites and accounts. Auth is OAuth or API key plus wix-account-id. Claude has a built-in Wix connector.",
   "source": "https://dev.wix.com/docs/api-reference/articles/ai-tools/wix-mcp/about-the-wix-mcp",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.cli.exists",
   "note": "The official Wix CLI (@wix/cli) creates, develops, previews, and deploys Wix apps and Wix-managed headless projects. It is not the path for extending an existing Editor site; that is Git Integration & Wix CLI for Sites.",
   "source": "https://dev.wix.com/docs/wix-cli/guides/about-the-wix-cli",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.extensibility.webhooks",
   "note": "Wix POSTs signed JWT webhook payloads for site and app events such as product creation, orders, and app install. Handlers must return 200 within 1250 ms. Failures retry up to 12 times. CLI apps can use event extensions instead of a raw endpoint.",
   "source": "https://dev.wix.com/docs/build-apps/develop-your-app/api-integrations/events-and-webhooks/about-webhooks",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.data_access.export[0]",
   "note": "Wix APIs read business-solution, CMS, CRM, and media data as JSON through REST or the SDK. The same query conventions apply across Stores, contacts, and payments.",
   "source": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.data_access.import[0]",
   "note": "Wix APIs write the same resources, including creating orders, bookings, contacts, and CMS collection data.",
   "source": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "Wix publishes https://dev.wix.com/docs/llms.txt as a developer-portal index. Pages are also available by appending .md, with a concatenated corpus at llms-full.txt.",
   "source": "https://dev.wix.com/docs/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "verdict.scores.api",
   "note": "REST and the official JavaScript SDK cover stores, eCommerce, CMS, CRM, bookings, media, and account-level site APIs, with OAuth, API keys, and signed webhooks. A GraphQL subset and leftover Velo APIs keep the path below unusual completeness.",
   "source": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "verdict.scores.mcp",
   "note": "The official hosted MCP lists documentation-search tools and site-mutating tools (ListWixSites, CallWixSiteAPI, ManageWixSite). The GitHub repo homepage is https://mcp.wix.com and last pushed 2026-07-23. Coverage is useful and official rather than a full replacement for webhooks and non-JS REST clients.",
   "source": "https://raw.githubusercontent.com/wix/wix-mcp/master/README.md",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "verdict.scores.cli",
   "note": "The official CLI is maintained for app and headless project lifecycle, local preview, and CI. It does not replace REST or MCP for arbitrary live-site catalog, CMS, or booking mutations.",
   "source": "https://dev.wix.com/docs/wix-cli/guides/about-the-wix-cli",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "freshness.watch[0].url",
   "note": "Opened the current About the Wix MCP page, including https://mcp.wix.com/mcp, HTTP/SSE install, API-key headers, and the docs-search versus site-API tool split.",
   "source": "https://dev.wix.com/docs/api-reference/articles/ai-tools/wix-mcp/about-the-wix-mcp",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "freshness.watch[1].url",
   "note": "Opened the current Authentication Methods page, including OAuth grants, API keys, host auth, and token lifetimes.",
   "source": "https://dev.wix.com/docs/overview/auth-permissions/authentication-methods",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "freshness.watch[2].url",
   "note": "Opened the current About the Wix CLI page, including @wix/cli install, app and headless scope, and the Sites CLI distinction.",
   "source": "https://dev.wix.com/docs/wix-cli/guides/about-the-wix-cli",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "freshness.watch[3].url",
   "note": "Opened the current developer llms.txt index. It lists Overview, Auth, AI, REST, SDK, and related portal trees.",
   "source": "https://dev.wix.com/docs/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-07",
   "fact": "freshness.watch[4].url",
   "note": "Opened the wix/wix-mcp repository. GitHub API reports pushed_at 2026-07-23T02:06:34Z. README lists the documentation tools and ListWixSites, CallWixSiteAPI, and ManageWixSite.",
   "source": "https://github.com/wix/wix-mcp",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-07",
  "volatility": "high",
  "watch": [
   {
    "type": "mcp",
    "url": "https://dev.wix.com/docs/api-reference/articles/ai-tools/wix-mcp/about-the-wix-mcp"
   },
   {
    "type": "docs",
    "url": "https://dev.wix.com/docs/overview/auth-permissions/authentication-methods"
   },
   {
    "type": "docs",
    "url": "https://dev.wix.com/docs/wix-cli/guides/about-the-wix-cli"
   },
   {
    "type": "docs",
    "url": "https://dev.wix.com/docs/llms.txt"
   },
   {
    "type": "mcp",
    "url": "https://github.com/wix/wix-mcp"
   }
  ]
 },
 "homepage": "https://www.wix.com/",
 "id": "wix",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "oauth2",
    "api-key"
   ],
   "coverage": "partial",
   "docs": "https://dev.wix.com/docs/overview/platform-overview/about-wix-apis",
   "exists": true,
   "kinds": [
    "rest",
    "graphql"
   ]
  },
  "cli": {
   "exists": true
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api-json"
   ],
   "import": [
    "api-json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Wix REST and JavaScript SDK, signed webhooks, official CLI, and the hosted MCP cover site and business-solution automation without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "javascript"
   ],
   "official": true
  }
 },
 "name": "Wix",
 "platforms": [
  "web",
  "ios",
  "android"
 ],
 "related": {
  "alternatives": [
   "webflow",
   "wordpress",
   "shopify"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Wix",
 "verdict": {
  "best_path": "mcp",
  "scores": {
   "api": 8,
   "cli": 6,
   "computer_use": null,
   "integrations": null,
   "mcp": 8,
   "overall": 8,
   "rpa": null
  },
  "summary": "Wix is automatable today through the official hosted MCP at https://mcp.wix.com/mcp and the same REST and JavaScript SDK surface. This record is the Wix site platform, including eCommerce, CMS, bookings, blog, and account-level site management. It is not Webflow, WordPress, or Shopify. MCP tools split into two families. Documentation tools search REST, SDK, Build Apps, Headless, and Wix Design System docs, fetch full articles, and return API method schemas. Site-mutating tools are ListWixSites, CallWixSiteAPI, and ManageWixSite, which query sites, run REST calls on a selected site, and create, update, or publish sites. Sample prompts show store discounts, CMS collections, bookings, inbox email, and blog publish going through those site tools. Auth on MCP is OAuth in the client, or an API key plus wix-account-id headers. The REST API at https://www.wixapis.com uses OAuth 2.0 (visitor anonymous grant, member authorization_code, app client_credentials) and long-lived API keys for site- or account-level admin calls. App access tokens last 4 hours. The official JavaScript SDK is @wix/sdk with OAuthStrategy, AppStrategy, and ApiKeyStrategy. A GraphQL API covers a subset of the same data. Signed JWT webhooks POST site and app events. The Wix CLI (@wix/cli) creates, previews, and deploys apps and Wix-managed headless projects; it is not a general site-ops CLI. iPaaS connector catalogs were not opened. Computer-use viability is unassessed. MCP and API both score 8. MCP is the best path for agents because it is the vendor-hosted tool surface over docs search and site APIs. REST plus webhooks remain the production integration path when you need event delivery or a language other than JavaScript.\n"
 }
}