Developer portal
Integrate the platform with your property systems, or build your own guest surfaces on top of the orchestration layer. All examples below use clearly fictional credentials.
Authentication
Request
curl https://api.example-luxurious-suites.ai/v1/rooms/2104/commands \
-H "Authorization: Bearer sk_demo_0000_example_only" \
-H "X-Tenant: meridian-house" \
-d '{
"intent": "lighting.set_scene",
"payload": { "scene": "warm", "level": 40 }
}'Response
{
"status": "SUCCESS",
"risk": "low",
"decision": "ALLOW",
"devices": ["light-2104-bed", "light-2104-living"],
"latency_ms": 148,
"audit_id": "aud_demo_41b7e"
}Fictional keys and hosts for illustration. Real credentials are issued in the admin console and never rendered in documentation.
Webhooks
SDKs