Tools
| Name | Description |
|---|---|
list_experiencesList Xola experiences with optional discovery filters. | List Xola experiences with optional discovery filters. |
get_experienceGet a Xola experience by ID. | Get a Xola experience by ID. |
create_experienceCreate a Xola experience using the documented experience payload. | Create a Xola experience using the documented experience payload. |
update_experienceUpdate a Xola experience by ID. | Update a Xola experience by ID. |
remove_experienceRemove a Xola experience by ID. | Remove a Xola experience by ID. |
get_experience_availabilityGet availability for a Xola experience. | Get availability for a Xola experience. |
list_ordersList Xola orders/bookings with optional operational filters. | List Xola orders/bookings with optional operational filters. |
get_orderGet a Xola order by ID. | Get a Xola order by ID. |
prepare_orderPrepare a Xola order and calculate required adjustments. | Prepare a Xola order and calculate required adjustments. |
create_orderCreate a Xola order/booking using the documented order payload. | Create a Xola order/booking using the documented order payload. |
cancel_orderCancel an accepted Xola order and optionally refund an amount. | Cancel an accepted Xola order and optionally refund an amount. |
Triggers
| Name | Description |
|---|---|
order_createdReceives a Xola webhook payload after the webhook is configured in Xola. | Receives a Xola webhook payload after the webhook is configured in Xola. |
order_updatedReceives a Xola webhook payload after the webhook is configured in Xola. | Receives a Xola webhook payload after the webhook is configured in Xola. |
order_canceledReceives a Xola webhook payload after the webhook is configured in Xola. | Receives a Xola webhook payload after the webhook is configured in Xola. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('xola', 'list_experiences', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'xola',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Xola to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Xola support?
Xola supports 11 tools including List Experiences, Get Experience, Create Experience, Update Experience, Remove Experience, and more.
Can I use Xola with AI agents?
Yes. Add Xola to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Xola be used in stateful agent workflows?
Yes. Agents can combine Xola tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Xola use?
Xola uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Xola integration cost?
The Xola integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Xola support?
Xola supports 3 triggers including Order Created, Order Updated, Order Canceled.
Connect Xola in minutes
Get 20,000 free action executions every month. No credit card required.