Eat App
Eat App is a restaurant reservation and table management platform used by restaurants and restaurant groups to take bookings, manage floor plans and tables, build guest CRM profiles, and run front-of-house operations. Its developer surface is a partner/key-gated REST platform - a Partner API for booking channels to read availability and post reservations, and a Concierge API for restaurants, vendors, and groups to sync reservations, guests, availability, restaurants, and groups. Both use JSON:API-style responses, Bearer-token authentication, and an api.eat-sandbox.co sandbox mirroring api.eatapp.co production. Eat App also exposes a Restaurant MCP server for connecting AI assistants. API access is granted on request rather than fully self-serve.
APIs
Eat App Partner API
Partner-facing API for booking platforms and reservation channels to query real-time restaurant availability and post reservations into Eat App. Uses JSON:API responses and Bear...
Eat App Concierge Reservations API
Concierge API surface for creating, listing, retrieving, and modifying (or cancelling) reservations across a restaurant group. Create requires an X-Restaurant-ID header and an i...
Eat App Concierge Guests API
Search the guest CRM and retrieve individual guest profiles for a restaurant. Supports guest search by query parameter and single-guest lookup by id, so partners can sync guest ...
Eat App Concierge Availability API
Query bookable time slots for a restaurant across a date range via the Concierge availability range endpoint, returning the slots a reservation can be placed into. Endpoint conf...
Eat App Concierge Restaurants and Groups API
Bootstrap and reference surface for the Concierge API - load reference data (resources) for dropdowns and validation, list the groups a Concierge user can access, and list the r...
Eat App Tables and Floorplan API
Table and floor-plan management is core to the Eat App platform, but no public tables or floorplan endpoints are documented in the Partner or Concierge references as of the revi...