Skip to main content
Magic Link Booking Verification lets a guest prove booking linkage through the booking email already on file, without exposing private booking details in chat or email.

Current Implemented Components

Current verification implementation:
This is implemented live-development infrastructure. The live smoke proves the guest-agent behavior below on https://guest.hellolucia.ai/. It is not a production-readiness claim.

Conservative Candidate Matching

Candidate lookup can use:
Weak claims do not auto-send. Weak claims include:
Service overlap is never evidence. Candidate lookup exposes no private fields.

Guest-Agent Booked Verification Flow

Current guest-agent behavior:
Completed live product loop:
Example strong claim proven live:
Lucia must not show:

Engine Token State

Engine token facts discovered by inspection:
Guest Agent stores verification_expires_at as safe pending verification metadata. It is not the token, booking email, magic link, or booking-private data.

Endpoint Family

Current verification endpoint family:
Engine POST /v1/guest/booking-verification/requests returns expires_at. Verification status must come from Engine session state. A strong booking claim is not itself verification.

Reservations and Availability Boundary

Current reservation/calendar behavior:
Villa Valentin v0 reservation rules:
Calendar interaction doctrine:
This is a controlled guest-facing seed/test reservation loop and architecture proof. It is not a full public booking engine, payment system, Lodgify replacement, auth system, or production OTA integration.

Shipped Guest-Agent Hardening

Shipped in lucia-guest-agent on main:
Live Guest Agent build evidence recorded for the 2026-06-11 verification milestone:
These hashes are dated engineering release evidence. They are not the current Guest Agent source identity or product-version doctrine.

Shipped Engine Support

Shipped in engine-v0.1.3.6:
Current live Engine evidence:

Live Guest-Agent Smoke Recorded

The live smoke on https://guest.hellolucia.ai/ proved:
This is evidence of shipped guest-agent behavior. It is not a replacement for broader Eval Labs coverage or production readiness review.

Validation Evidence

Guest Agent validations passed:
Engine validations passed:

Doctrine to Preserve

Magic-link verification must preserve:

Arrival-Date Claim Handling

The multi-turn weak claim bug is fixed:
This now stays inside verification flow instead of drifting into concierge arrival planning. If a yearless date can be safely inferred from client_today, it can be used. If not, Lucia asks for the full arrival date including year.

Future Property Onboarding Layer

The v0 Villa reservation rules should eventually become owner/operator-configured property settings:
Future work should productize this configuration without weakening the current privacy and verification boundaries.

See Also