Booking Engine API
The Booking Engine API lets your server or website check availability, price a stay, and book a room, apartment, or villa on behalf of one of our operators.
You do not sign up for this API yourself. An operator — a hotel, apartment, or villa business — is onboarded by us, and gives you two keys to integrate on their behalf:
- A secret key (
sk_live_…/sk_test_…) for calls from your own server. - A publishable key (
pk_live_…/pk_test_…) for calls from a browser — the embeddable widget, or your own front end.
Two ways to integrate
Section titled “Two ways to integrate”- Call the API directly from your server. Use your
sk_key for availability, quotes, guest verification, and bookings — the whole hold → confirm flow is live (payment is the one piece still missing). Start with Quickstart. - Paste the widget into your site. No server code required — today it checks availability only; it doesn’t take a booking end to end yet. See Embed the widget for exactly what it does and doesn’t do.
Where to start
Section titled “Where to start”- New integration → Quickstart
- Understand
sk_vspk_→ Authentication - Endpoint-by-endpoint detail → API Reference
- Something failed → Errors
What this API is not
Section titled “What this API is not”There is no public sign-up page. There is no hosted storefront — guests always book through the operator’s own website or the widget embedded on it, never through a page we host.