# chat.reserveatable.ca > Restaurant chat served by Forktime AI. > This origin is multi-tenant: each restaurant lives under its own path. > There is no public index of restaurants on this origin. ## Reaching one restaurant - Chat with the restaurant: https://chat.reserveatable.ca/r/ This origin serves chat only. To make a reservation, use the restaurant's booking link or the API below. The slug is the restaurant's identifier in any Forktime link you already have. If you do not have one, ask the restaurant for its link. ## Booking programmatically Prefer the API over scraping the booking page. - MCP server (Streamable HTTP): https://api.forktime.ai/mcp - Authorization server metadata: https://api.forktime.ai/.well-known/oauth-authorization-server - Protected resource metadata: https://api.forktime.ai/.well-known/oauth-protected-resource The MCP endpoint requires OAuth. An unauthenticated request returns 401 with a `WWW-Authenticate` header naming the protected-resource metadata, so the discovery flow is standard (RFC 9728) — start there. ## Not for crawling Guest reservation links (`/track/`, `/i/`) are capability URLs: the code is the credential. They are disallowed in robots.txt and must not be indexed or shared.