- List the Wix sites available to the connected account
- Read and manage ecommerce, bookings, CRM, CMS, and business resources through Wix APIs
- Build dashboards and workflows around Wix account or site data
Common use cases and example apps
These examples show what you can build with Wix, each with a prompt to start from.How to connect Wix
Who can create Wix connections depends on your plan and workspace settings. App + chat connectors are available by default on Free, Pro, and Business plans. On Enterprise plans, they are effectively disabled at first: Who can create connections and clients defaults to No one until an admin changes it in Connectors → Admin settings → App + chat connectors. You can create multiple Wix connections using different API keys and account IDs, which is useful for separating environments (for example, development and production) or managing multiple Wix accounts. When the connection is created, you can link it to the projects where you want to use it. Anyone building in a project can ask Lovable in chat to link their project to it.Prerequisites
Before connecting Wix, make sure you have:- A Wix account
- A Wix API key from the API Keys Manager
- The Wix account ID associated with that API key
- Permission to create connections in your Lovable workspace (see Who can create connections and clients)
All API requests made through this connector use your Wix API key. Wix API usage, quotas, and billing are handled directly by Wix, not Lovable.
Step 1: Get a Wix API key and account ID
A Wix API key and account ID let your Lovable app authenticate with Wix APIs. Wix scopes each key to the permissions you grant it when you create it. To get the values you need:1
Open the API Keys Manager
Sign in to Wix and open the API Keys Manager.
2
Create or copy an API key
Create a new API key for Lovable, or copy an existing key you want this connection to use. Give new keys a descriptive name, for example
Lovable integration, and grant the permissions your app needs.3
Copy your account ID
Copy the account ID shown in the API Keys Manager. You need it when connecting Wix in Lovable.
Step 2: Connect Wix to Lovable
You can create multiple connections using different API keys and account IDs.1
Open Wix in Connectors
Open Connectors and select Wix. For the other places to open the catalog from, see Where to find connectors.
2
Add a connection
Click Add connection.
3
Configure the connection
- Display name: name the connection, for example
Wix Prod. This name is only used inside Lovable to identify the connection. - Account ID: paste the Wix account ID from the API Keys Manager.
- API key: paste your Wix API key.
4
Choose who can use this connection
Under Who can use this connection, decide who in your workspace can use the connection. You start as the only person with access:
- Only you (default): leave the access list as is; only you can use the connection and its associated data.
- Invite specific people: add workspace members by email; only you and the people you add can use the connection and its associated data.
- Invite entire workspace: click Invite entire workspace to make the connection available to everyone in your Lovable workspace.
5
Connect
Click Connect. Lovable verifies the key against the Wix API by listing the sites in your account before saving the connection.
Working with account and site-level APIs
Wix has account-level and site-level API calls. If your app does not know the Wix site ID yet, ask Lovable to list the sites available to the connected account first. Your app can then let someone choose a site before making site-level requests. The connector adds your API key and account ID to account-level calls. Site-level calls need the site ID, which your app supplies after someone chooses a site.Limitations
The Wix connector cannot:- Create or rotate Wix API keys for you. To rotate credentials, create a new key in Wix and update the Lovable connection.
- Choose a Wix site automatically when an account has multiple sites. Your app asks the person using it to select a site.
- Support per-end-user Wix login. Each connection represents one Wix account, API key, and account ID shared across all projects linked to it.
Manage your connection
Connections are managed from Connectors: select , then open the connection.- Unlink projects to remove access from specific projects while keeping the connection available for others. See Unlink projects from a connection for the steps.
- Delete the connection to remove it from the workspace entirely. Deleting is permanent. It removes the credentials from all linked projects, and app features that use stop working until a new connection is added. See Delete a connection for the steps and who can delete.