Commerce & finance · wired today
What can agents actually do with Wix?
Money data demands the strictest governance of anything agents touch. The Wix connector is one of 205 executable connectors and gives agents 3 read-only tools, with the credential held in the vault and every call receipted.
The Wix tool list, exactly as agents see it
get_site_properties— Get the connected Wix site's own properties (display name, business name, currency, time zone, locale and contact details)list_products— List products in the site's Wix Stores catalog (read-only catalog query), most relevant fields onlylist_orders— List the site's Wix eCommerce orders, newest first, with payment and fulfillment status (read-only order search)
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Wix connector needs
You provide API key, site ID from your Wix account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Wix's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
This connector was blind shape-proven against the real Wix API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
Wix integration FAQ
What can Quox agents do with Wix?
Agents can run 3 read-only tools against Wix: get site properties, list products, list orders. Every call is receipted in the evidence trail.
What does the Wix integration need?
You provide API key, site ID from your Wix account; Quox sends it as an API key sent as a header. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Wix credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Wix connector?
This connector was blind shape-proven against the real Wix API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.