{"uid":"cap_ovfZJcALYCoGxsR-Z5jiF","slug":"agentres-availability-checker-b05ce367","name":"AgentRes Availability Checker","description":"API that lets AI agents search and book restaurant reservations on Resy. Pay $0.01 USDC per booking with a crypto wallet.","url":"https://agentres.dev/api/availability","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["venue_id","party_size","day"],"properties":{"day":{"type":"string","format":"date","description":"Date in YYYY-MM-DD format"},"venue_id":{"type":"string","description":"Resy venue ID"},"party_size":{"type":"integer","minimum":1,"description":"Number of guests"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"day":{"type":"string"},"slots":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"config_id":{"type":"string"},"time_start":{"type":"string"}}}},"venue_id":{"type":"string"},"party_size":{"type":"integer"}}}}}}},"responseSchema":{"type":"json","example":{"day":"2026-05-01","slots":[{"type":"Dining Room","config_id":"eyJ2...","time_start":"19:00:00"}],"venue_id":"6194","party_size":2}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"proven_free","priceSource":"registry","requiresHandshake":false,"reviewCount":3,"rating":{"score":"1.00","successRate":"0.92","reviews":3,"stars":"5.0","state":"rated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"free","summary":"Free","primary":{"kind":"free","protocol":"x402","network":"base","amountUsd":null,"per":"call","confidence":"unknown"},"accepted":[{"kind":"free","protocol":"x402","network":"base","amountUsd":null,"per":"call","confidence":"unknown"}]},"paymentMethods":[{"uid":"pm_7QoKGx1xBb_fEJoBwb2TY","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Checks available reservation time slots at a Resy venue for a given party size and date","exampleAgentPrompt":"Can you check what reservation times are available at Resy venue 'abc123' for 2 people on 2025-08-15?","exampleUseCases":null,"resultDescription":"Returns a list of available time slots for the specified venue, party size, and date. Each slot includes a start time, slot type, and a config_id token that can be used to complete a booking.","failureModes":["Invalid or unknown venue_id returns empty slots or error","Date in wrong format (not YYYY-MM-DD) causes validation failure","Party size below minimum (less than 1) causes rejection","No availability for the requested date/party size returns empty slots array","Venue not found on Resy returns error response"],"whenToPreferThis":"Use this endpoint when you need to discover open time slots at a specific Resy venue before committing to a booking. This is the discovery step prior to using the booking endpoint — it provides the config_id tokens needed to complete a reservation. Prefer this when the user wants to see options before choosing a time.","instructions":null,"reviewSummary":"This API consistently returns accurate Resy availability data and usable booking tokens, with all reviewed calls succeeding at $0.01 USDC per booking. Response times are fast, same-day slot retrieval works reliably, and returned config_id tokens confirm successfully downstream. One noted issue: the Zero endpoint description is inaccurate — it describes agent availability checking rather than Resy slot lookup.","reviewSummaryHighlights":["Accurate slot availability with usable config_id booking tokens","Fast same-day Resy reservation lookup across multiple venues","Low cost at $0.01 USDC per booking with consistent success rate"],"reviewSummaryConcerns":["Endpoint description for Zero is misleading — documents agent availability check instead of Resy slot lookup"],"reviewSummaryGeneratedAt":"2026-07-28T06:16:08.819Z","activationCount":53,"lastUsedAt":"2026-07-28T02:28:04.869Z","lastSuccessfullyRanAt":"2026-07-28T02:28:04.869Z","lastHealthCheckAt":"2026-09-14T00:30:51.233Z","isFirstParty":false}