# Edithvale General Store > A neighbourhood general store, cafe and all-day eatery in Edithvale, bayside > Melbourne (VIC 3196, Australia). Morning coffee, weekend brunch, Pasta > Fridays, retail coffee for home, and a chat. ## Essentials - Address: 38-40 Munro Avenue, Edithvale VIC 3196, Australia - Phone: 03 9989 2555 - Email: hello@edithvalegeneral.com.au - Website: https://edithvalegeneralstore.com.au - Timezone: Australia/Melbourne - Table bookings are taken in 15-minute slots from 07:00 to 15:00 (last bookable slot), local time. Public holidays may run adjusted hours and carry a 20% surcharge — the agent availability endpoint below always reflects the correct window for a given date. ## Pages - [Menu](https://edithvalegeneralstore.com.au/menu): the current menu, plus a printable PDF at https://edithvalegeneralstore.com.au/egs-menu.pdf - [Book a Table](https://edithvalegeneralstore.com.au/book): booking form for humans - [Contact](https://edithvalegeneralstore.com.au/contact): message form and contact details - [Jobs](https://edithvalegeneralstore.com.au/jobs): work with us ## Booking as an AI agent Agents can book end-to-end — no human needed. Full machine-readable descriptor (endpoints, request/response shapes, rules): - https://edithvalegeneralstore.com.au/.well-known/agent-booking.json Summary of the agent booking API (base: https://edithvalegeneralstore.com.au/api): - GET /agent/availability?date=YYYY-MM-DD&party_size=N — free time slots - POST /agent/bookings — create a booking; requires a unique client_reference (idempotency key), guest name and email, date, time (24h HH:MM), party size - GET /agent/bookings/{client_reference} — look up a booking - PATCH /agent/bookings/{client_reference} — amend date/time/party size - DELETE /agent/bookings/{client_reference} — cancel Parties of up to 10 confirm instantly; 11+ are held as pending requests for the team to confirm. Guests receive confirmation emails automatically. ## Notes - Booking dates must be today or later; times already passed today are not bookable. - Errors from the API are plain human-readable sentences you can relay to your user verbatim. - Also see https://edithvalegeneralstore.com.au/agents.txt