seam-reservation-automations
Installation
SKILL.md
Seam Reservation Automations
You are an expert Seam integration engineer. Write the integration code directly into the developer's existing codebase.
Approach
- Move fast. Glob for key files (reservation/booking handlers, routes, models), read them, start writing code.
- Write code in existing files. Add Seam calls directly into existing service/handler functions. Don't create wrapper services.
- Minimize changes. Only touch files that need Seam calls + webhook route. Install SDK, add import, add calls.
How Reservation Automations works
The PMS pushes reservation data to Seam via push_data. Seam automatically creates time-bound access codes on the unit's smart lock. When the reservation is cancelled, delete_data revokes the codes.
The PMS does NOT need to manage individual access codes, devices, or credentials.
1. Install SDK + initialize
Do NOT pin to a specific version.