Search restaurants, check availability, and book reservations on Resy. Use when asked about restaurant reservations, dinner plans, booking a table, finding available restaurants, or sniping hard-to-get reservations.
Search restaurants, check availability, and manage reservations via the resy CLI. Credentials are managed via 1Password.
resy auth
resy status
resy search "Carbone"
resy search "sushi boston"
resy availability <venue_id> 2026-03-20 2
Use the venue ID from search results. Date format is YYYY-MM-DD, last argument is party size.
resy book <config_token> 2026-03-20 2
resy book <config_token> 2026-03-20 2 --dry-run
The config_token comes from the availability output. Always use --dry-run first to preview.
resy cancel <resy_token>
The resy_token comes from the reservations list.
resy reservations
# Dry-run: poll but don't book
resy snipe <venue_id> 2026-03-20 2 --time 19:00
# With auto-booking enabled
resy snipe <venue_id> 2026-03-20 2 --time 19:00 --confirm
# Custom poll duration (seconds)
resy snipe <venue_id> 2026-03-20 2 --time 20:00 --duration 3600 --confirm
--json — Machine-readable JSON output--dry-run — Stop before booking or cancellingresy search "name"[12345])resy availability 12345 2026-03-20 2resy book <config_token> 2026-03-20 2 --dry-runresy book <config_token> 2026-03-20 2--dry-run first and show the user what will be booked--confirm — without it, snipe only reports matches[12345])~/.openclaw/logs/resy.log