Eat App website screenshot

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.

Eat App publishes 7 APIs on the APIs.io network, including Concierge - Availability API, Concierge - Guests API, Concierge - Reference API, and 4 more. Tagged areas include Restaurant, Reservations, Table Management, Hospitality, and Bookings.

Eat App’s developer surface includes authentication, documentation, signup flow, engineering blog, and 8 more developer resources.

43.0/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-03 · rubric v0.9
AccessFreemiumSelf serve⚡ Free to try
7 APIs
RestaurantReservationsTable ManagementHospitalityBookingsGuest CRMAvailability

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-03 · rubric v0.9
Composite quality — 43.0/100 · developing
Contract Quality 15.9 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 10.5 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/eat-app: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Eat App Concierge - Availability API

Concierge bookable time-slot lookups over a date range.

Eat App Concierge - Guests API

Concierge guest search and profile retrieval.

Eat App Concierge - Reference API

Concierge bootstrap data - resources, groups, restaurants.

Eat App Concierge - Reservations API

Concierge reservation create, list, get, and update/cancel.

Eat App Partner - Availability API

Partner API real-time availability lookups.

Eat App Partner - Reservations API

Partner API reservation creation.

Eat App Tables and Floor Plans (Modeled) API

Honestly-modeled table and floor-plan operations. Not documented in the public Partner or Concierge references; confirm before use.

Scroll for all 7

Pricing Plans 1

Published pricing tiers and plan structures.

Eat App Plans Pricing

5 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Eat App Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Eat App Authentication

http · 1 scheme

SECURITY

Eat App Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Eat App Agentic Access

15 operations · 4 acting

15 operations · 4 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: eat-app
url: https://raw.githubusercontent.com/api-evangelist/eat-app/refs/heads/main/apis.yml
name: Eat App
kind: company
description: 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.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/eat-app.png
tags:
- Restaurant
- Reservations
- Table Management
- Hospitality
- Bookings
- Guest CRM
- Availability
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: eat-app:eat-app-concierge-availability-api
  name: Eat App Concierge - Availability API
  description: Concierge bookable time-slot lookups over a date range.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Concierge - Availability
  properties:
  - type: OpenAPI
    url: openapi/eat-app-concierge-availability-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
- aid: eat-app:eat-app-concierge-guests-api
  name: Eat App Concierge - Guests API
  description: Concierge guest search and profile retrieval.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Concierge - Guests
  properties:
  - type: OpenAPI
    url: openapi/eat-app-concierge-guests-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
- aid: eat-app:eat-app-concierge-reference-api
  name: Eat App Concierge - Reference API
  description: Concierge bootstrap data - resources, groups, restaurants.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Concierge - Reference
  properties:
  - type: OpenAPI
    url: openapi/eat-app-concierge-reference-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
- aid: eat-app:eat-app-concierge-reservations-api
  name: Eat App Concierge - Reservations API
  description: Concierge reservation create, list, get, and update/cancel.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Concierge - Reservations
  properties:
  - type: OpenAPI
    url: openapi/eat-app-concierge-reservations-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
- aid: eat-app:eat-app-partner-availability-api
  name: Eat App Partner - Availability API
  description: Partner API real-time availability lookups.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Partner - Availability
  properties:
  - type: OpenAPI
    url: openapi/eat-app-partner-availability-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
- aid: eat-app:eat-app-partner-reservations-api
  name: Eat App Partner - Reservations API
  description: Partner API reservation creation.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Partner - Reservations
  properties:
  - type: OpenAPI
    url: openapi/eat-app-partner-reservations-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
- aid: eat-app:eat-app-tables-and-floor-plans-modeled-api
  name: Eat App Tables and Floor Plans (Modeled) API
  description: Honestly-modeled table and floor-plan operations. Not documented in the public Partner or Concierge references;
    confirm before use.
  humanURL: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  baseURL: https://api.eatapp.co/partners/v2
  tags:
  - Tables and Floor Plans (Modeled)
  properties:
  - type: OpenAPI
    url: openapi/eat-app-tables-and-floor-plans-modeled-api-openapi.yml
  - type: Documentation
    url: https://restaurant.eatapp.co/knowledge/documentation
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability
  - type: PostmanDocumentation
    url: https://documenter.getpostman.com/view/6173104/S1Lr4Av4
  - type: PostmanCollection
    url: collections/eat-app.postman_collection.json
  - type: APIReference
    url: https://restaurant.eatapp.co/knowledge/using-the-eat-app-partner-api-to-get-and-post-availability-0
common:
- type: AgenticAccess
  url: agentic-access/eat-app-agentic-access.yml
- type: DomainSecurity
  url: security/eat-app-domain-security.yml
- type: Authentication
  url: authentication/eat-app-authentication.yml
- type: GitHubOrganization
  url: https://github.com/eatapp
- type: LinkedIn
  url: https://www.linkedin.com/company/eat-app
- type: Website
  url: https://eatapp.co
- type: Documentation
  url: https://restaurant.eatapp.co/knowledge/documentation
- type: SignUp
  url: https://eatapp.co/integrations
- type: Plans
  url: plans/eat-app-plans-pricing.yml
- type: RateLimits
  url: rate-limits/eat-app-rate-limits.yml
- type: FinOps
  url: finops/eat-app-finops.yml
- type: Blog
  url: https://restaurant.eatapp.co/blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
Where this information came from

This is an independent, third-party profile of Eat App, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.