create_stay
Add a stay — a stop in a city — to a trip. This is how a destination gets onto the itinerary; book lodging for it with create_accommodation on the same dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City name, e.g. 'Lisbon' — the city itself, not a neighbourhood, street or hotel | |
| notes | No | ||
| city_code | No | Optional alternative to `city` when you already know the code, e.g. 'LIS' | |
| travelers | No | Member user ids this is for (from list_journey_members). Omit for everyone — that's the norm. | |
| journey_id | Yes | ||
| country_code | Yes | ISO country code, e.g. 'JP' | |
| checkin_datetime | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| checkout_datetime | No | ISO-8601 datetime, e.g. 2026-08-01T14:30:00Z | |
| checkout_flexible | No |