App Tools extensions let your app expose custom tools that Aria can discover and invoke on behalf of Wix users in the site dashboard. When a Wix user asks Aria for help with something your app's tools can do, Aria calls your tools with the relevant input and uses the response to answer or take action. Any functionality your app can perform, you can expose as a tool, including retrieving data, running workflows, completing actions, and calling 3rd-party APIs and services.
For example, an app integrated with a shipping carrier can declare a package-tracking tool. When a Wix user asks Aria "Where's my package?", Aria identifies the tool and asks for the tracking number. Aria then calls the tool and tells the Wix user the shipment status without them leaving the dashboard.
A tool is a method in your app that performs an action. You give each tool a methodName so Aria can identify which method to call.
App Tools requires you to set up the following extensions:
methodName, description, and optional request and response schemas. See About App Tools Extensions in Build Apps.For how Aria discovers and calls tools at runtime, see About App Tools Extensions and the sample flows in the reference.
The development path determines how you add App Tools:
runTool handler on your own backend. See About the Tools Provider Service Plugin in the API reference.runTool handler on your own backend. See About the Tools Provider Service Plugin in the API reference.Last updated: 9 August 2026