agentres.dev publishes 4 machine-payable endpoints over the x402 protocol, priced from $0.01 to $3.0 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/discover/restaurants | GET | $0.01 | 402 |
| /api/discover/restaurants/:id | GET | $0.01 | 402 |
| /api/reservation-jobs/create | POST | $3.0 | 402 |
| /api/wait-times | GET | $0.01 | 200 |
Restaurant recommendations from the Blackbird network (~2,000 curated restaurants, mostly NYC and San Francisco). Full-text search plus city/neighborhood filters, with complete specials on every resul…
Full detail for one Blackbird-network restaurant: locations with addresses, coordinates, time zone, and live open hours per location. Restaurant id comes from the discovery list endpoint.
Create a paid reservation job that books a hard-to-get Resy table the moment its booking window opens. Failed or duplicate enqueues are refunded.
Live restaurant wait times from camera-based crowd data. One call lists every monitored location with its slug, open status, current crowd count, and wait in minutes.