Weavz
Hostaway

Hostaway

Vacation rental property management and channel manager

API KeyCommerce
25 tools
4 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_reservations

List reservations with optional filters

get_reservation

Get reservation details by ID

create_reservation

Create a Hostaway reservation with the provider reservation request body.

update_reservation

Update a Hostaway reservation by ID with the provider reservation request body.

cancel_reservation

Set a Hostaway reservation status to cancelled.

list_listings

List all property listings

get_listing

Get Hostaway listing details by ID.

create_listing

Create a Hostaway listing using the provider listing request body.

update_listing

Update a Hostaway listing by ID. Hostaway supports partial listing updates.

delete_listing

Delete a Hostaway listing by ID.

get_listing_calendar

Read Hostaway calendar days for a listing.

update_listing_calendar

Block, unblock, or update price/minimum-stay calendar values for a Hostaway listing date range.

calculate_reservation_price

Calculate Hostaway reservation price details for a listing and stay request.

get_guest

Get guest details by ID

list_conversation_messages

List Hostaway conversation messages, including optional scheduled messages.

get_conversation_message

Get a Hostaway conversation message by ID.

send_conversation_message

Send a message in a Hostaway conversation using the provider message request body.

list_message_templates

List Hostaway reservation message templates with placeholders filled for the reservation.

list_tasks

List Hostaway tasks.

get_task

Get a Hostaway task by ID.

create_task

Create a Hostaway task using the provider task request body.

update_task

Update a Hostaway task by ID using the provider task request body.

delete_task

Delete a Hostaway task by ID.

update_pricing

Update pricing for a listing over a date range

get_listing_financials_report

Generate a Hostaway listing financials report using the provider report request body.

Triggers

Name
new_reservation

Triggers when a new Hostaway reservation webhook is received.

reservation_updated

Triggers when a Hostaway reservation update webhook is received.

reservation_cancelled

Triggers when a Hostaway reservation cancellation webhook is received.

message_received

Triggers when a Hostaway conversation message webhook is received.

Quick Start

TypeScript
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.