Tools
| Name | Description |
|---|---|
list_reservationsList reservations with optional filters | List reservations with optional filters |
get_reservationGet reservation details by ID | Get reservation details by ID |
create_reservationCreate a Hostaway reservation with the provider reservation request body. | Create a Hostaway reservation with the provider reservation request body. |
update_reservationUpdate a Hostaway reservation by ID with the provider reservation request body. | Update a Hostaway reservation by ID with the provider reservation request body. |
cancel_reservationSet a Hostaway reservation status to cancelled. | Set a Hostaway reservation status to cancelled. |
list_listingsList all property listings | List all property listings |
get_listingGet Hostaway listing details by ID. | Get Hostaway listing details by ID. |
create_listingCreate a Hostaway listing using the provider listing request body. | Create a Hostaway listing using the provider listing request body. |
update_listingUpdate a Hostaway listing by ID. Hostaway supports partial listing updates. | Update a Hostaway listing by ID. Hostaway supports partial listing updates. |
delete_listingDelete a Hostaway listing by ID. | Delete a Hostaway listing by ID. |
get_listing_calendarRead Hostaway calendar days for a listing. | Read Hostaway calendar days for a listing. |
update_listing_calendarBlock, unblock, or update price/minimum-stay calendar values for a Hostaway listing date range. | Block, unblock, or update price/minimum-stay calendar values for a Hostaway listing date range. |
calculate_reservation_priceCalculate Hostaway reservation price details for a listing and stay request. | Calculate Hostaway reservation price details for a listing and stay request. |
get_guestGet guest details by ID | Get guest details by ID |
list_conversation_messagesList Hostaway conversation messages, including optional scheduled messages. | List Hostaway conversation messages, including optional scheduled messages. |
get_conversation_messageGet a Hostaway conversation message by ID. | Get a Hostaway conversation message by ID. |
send_conversation_messageSend a message in a Hostaway conversation using the provider message request body. | Send a message in a Hostaway conversation using the provider message request body. |
list_message_templatesList Hostaway reservation message templates with placeholders filled for the reservation. | List Hostaway reservation message templates with placeholders filled for the reservation. |
list_tasksList Hostaway tasks. | List Hostaway tasks. |
get_taskGet a Hostaway task by ID. | Get a Hostaway task by ID. |
create_taskCreate a Hostaway task using the provider task request body. | Create a Hostaway task using the provider task request body. |
update_taskUpdate a Hostaway task by ID using the provider task request body. | Update a Hostaway task by ID using the provider task request body. |
delete_taskDelete a Hostaway task by ID. | Delete a Hostaway task by ID. |
update_pricingUpdate pricing for a listing over a date range | Update pricing for a listing over a date range |
get_listing_financials_reportGenerate a Hostaway listing financials report using the provider report request body. | Generate a Hostaway listing financials report using the provider report request body. |
Triggers
| Name | Description |
|---|---|
new_reservationTriggers when a new Hostaway reservation webhook is received. | Triggers when a new Hostaway reservation webhook is received. |
reservation_updatedTriggers when a Hostaway reservation update webhook is received. | Triggers when a Hostaway reservation update webhook is received. |
reservation_cancelledTriggers when a Hostaway reservation cancellation webhook is received. | Triggers when a Hostaway reservation cancellation webhook is received. |
message_receivedTriggers when a Hostaway conversation message webhook is received. | Triggers when a Hostaway conversation message webhook is received. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('hostaway', 'list_reservations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'hostaway',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Hostaway to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Hostaway support?
Hostaway supports 25 tools including List Reservations, Get Reservation, Create Reservation, Update Reservation, Cancel Reservation, and more.
Can I use Hostaway with AI agents?
Yes. Add Hostaway 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.
How do I connect Hostaway to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Hostaway as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Hostaway tools exposed by that workspace.
Does Hostaway work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Hostaway work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Hostaway?
Hostaway exposes 25 tools, including List Reservations, Get Reservation, Create Reservation, Update Reservation, Cancel Reservation, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Hostaway be used in stateful agent workflows?
Yes. Agents can combine Hostaway 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 Hostaway use?
Hostaway uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Hostaway integration cost?
The Hostaway integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Hostaway support?
Hostaway supports 4 triggers including New Reservation, Reservation Updated, Reservation Cancelled, Message Received.
Connect Hostaway in minutes
Get 20,000 free action executions every month. No credit card required.