EnterSignalGuide

Inventory Management

As a consumer

My GenAI Assistant (eg. ChatGPT) should be able to help me plan a trip to SF and recommend me specific accommodations according to my preferences.

  • It should have information down to the granularity of a single hotel room or airbnb listing.

  • It should have fresh enough availability information for each room / listings, so it doesn’t suggest already booked listings.

As a consumer marketplace

If I were Airbnb, or Expedia, or booking.com, etc., I want all my available listings to be under ChatGPT’s radar, so they can be recommended to the consumer.

Example Fact Event

{
  "meta": {
    "version": 1, // envelope version
    "id": "evt_01HRB9QF1WQ8KJD4X7TZ9VG1K2",
    "event_time": "2025-07-13T23:15:00.000Z",
    "partner": "booking_com",
    "categories": ["hotel"],
    "type": "listing".
    "title": "Queen Room in Mendocino",
    "description": "Charming Victorian queen room with ocean view in Mendocino with free breakfast.",
    "keywords": ["travel"],
    "schema_uri": "https://schemas.entersignal.com/default/hotel_listing/v1.json",
  },
  "entity_payload": {
    "title": "Queen Room in Mendocino",
    "description": "Charming Victorian queen room with ocean view in Mendocino with free breakfast.",
    "availability": ["..."], // list of interval
    "location": { "country": "US", "state": "CA", "..." }
    // ....
  }
}