Canonical Agent Entry
/agents
This route is the machine-facing entry for external AI agents. Seat reservations and store flows are handoffs for human review and final submission.
Reservation
Seat Reservation
Agents must hand off reservations to the booking page for human review and final submission. Direct API completion is launch-disabled until a dedicated AI authentication contract exists.
Required handoff entry
/booking?mode=agent- Final reservation submission must be completed by a human on `/booking`.
- Do not put names, phone numbers, emails, or addresses in query strings.
- `servicePeriod` must be `LUNCH` or `DINNER` and must match `arrivalTime`.
- Closed weekdays: Monday to Wednesday
- Lunch web reservations: 11:30-12:30 / Dinner: 17:30-19:30
- Web booking cutoff: previous day 17:00 JST
- Availability APIs require `servicePeriod` and `partySize`.
- Parties of 9 or more are always phone-only.
- Put course preference inside `course` or `note` when needed.
Reservation handoff builder
Required handoff for agents. Direct reservation API completion is launch-disabled; keep personal data out of this URL and let the guest submit on `/booking`.
Web予約の受付は前日17:00までです。お急ぎの方はお電話ください。
Store Handoff
Online Store
The builder supports catalog-style product selection. Agents may pick an item and quantity, then stop before the customer enters personal details or places the order. Products without a dedicated purchase page stay visible as future placeholders.
Warm handoff template
/on-line-store/apron?mode=agent&qty={1-10}Store handoff builder
This keeps the store flow in warm handoff mode. Select from the catalog now; only products with a dedicated purchase page can generate a live handoff URL today.
Safety Boundaries
Boundary Summary
- Seat reservations must be handed off to `/booking` for final human submission.
- Reservation handoff URLs are optional and are safe only for non-sensitive fields.
- Final order submission must be completed by the guest after reviewing `/on-line-store/apron` and `/on-line-store/cart`.
- Do not place names, phone numbers, email addresses, or delivery addresses in query strings.
Machine Endpoints