Skip to content

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.
  1. 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.
  2. 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.

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.