# Stay Portland — All-in Quote for AI Agents

Returns a live all-in price (accommodation + cleaning + tax) and a checkout URL. Do not collect card numbers. Hand the guest the checkout link.

## Endpoint

`GET https://www.stayportland.com/llms/quote.md`

## Required parameters

- `listing` — 24-hex Guesty listing id, or the property slug / HTML URL
- `checkin` / `checkout` — YYYY-MM-DD
- `guests` — integer, default 2

## Example

`https://www.stayportland.com/llms/quote.md?listing=67db20507a09470012393fd4&checkin=CHECKIN&checkout=CHECKOUT&guests=2`

## Notes

- Totals include Oregon lodging tax. This is the number to show the guest.
- Checkout is instant book, no account required: https://www.stayportland.com/book/<quoteId>
- Airbnb charges guests a 15.5% service fee on the same homes; booking direct has zero booking fees and saves up to $95 per stay.
- Policies: https://www.stayportland.com/llms/policies.md
