Technology
Luxurious Suites.AI is an API-first platform. Properties connect the systems they already operate — the platform supplies intent, orchestration, personalization and governance.
Connection methods
Hospitality systems
Room systems
Request lifecycle
# Guest: "Set room temperature to 68°F"
POST /v1/rooms/2104/commands
Authorization: Bearer sk_demo_example_not_a_real_key
Content-Type: application/json
{
"intent": "climate.set_temperature",
"risk": "low",
"adapter": "hvac",
"payload": { "unit": "F", "value": 68 }
}
→ 200 OK
{
"status": "SUCCESS",
"device": "thermostat-2104",
"applied": { "value": 68, "unit": "F" },
"audit_id": "aud_demo_8f21c",
"spoken_response": "Done. I've set your room to 68°F."
}Example uses fictional credentials. Production keys are never displayed in the interface.
Adapters
Nothing in the platform is coupled to a single manufacturer. Every device family is reached through a connector that translates a canonical command into the vendor's own API.
AI safety
Intent detection → risk classification → permission check → API action → verification → confirmation. Not every request is executable, and the platform is explicit about which are.
Low risk
Executed automatically within guest-authorized limits.
Medium risk
Requires guest confirmation, per property configuration.
High risk
Requires explicit authorization and step-up authentication.
Multi-tenant
Every record is scoped to a tenant. A hotel group can only reach the data, devices and integrations it is authorized to operate.
Marketplace
Property Management (PMS)
6 adapters
Point of Sale (POS)
4 adapters
HVAC / Climate
9 adapters
Lighting Control
7 adapters
Curtains & Shades
5 adapters
Entertainment & TV
6 adapters
IoT Platforms
8 adapters
Locks & Digital Keys
5 adapters
Housekeeping
3 adapters
Room Service
3 adapters
CRM & Loyalty
4 adapters
Energy Management
3 adapters
Building Management
2 adapters
Voice Assistants
4 adapters