AI-ready booking

AI Assistant Prepared Bookings

This page explains to AI agents how to prepare a complete request: quote, user confirmation, booking creation and secure payment.

Recommended Workflow

  1. Collect all journey details.
  2. Request a fixed-price quote via the API.
  3. Present the summary and price to the user.
  4. Obtain explicit confirmation from the user.
  5. Create a booking pending payment.
  6. Create a secure payment link.
  7. Redirect the user to the payment page.

Required Details

  • Requested Service
  • Pick-up Address
  • Drop-off Address
  • Date and Time
  • Number of Passengers
  • Vehicle Category
  • Client name, phone and email
  • Luggage, flight number or special requests

Documentation for AI Systems

These files allow AI systems to understand the services, required fields and booking actions to implement.

AI Manifest

Machine-readable summary of services, required fields, confirmation rules and contacts.

View ai-booking.json

OpenAPI Specification

Technical contract of endpoints to connect on the backend for quotes, bookings and payments.

View openapi.json

llms.txt

Readable text summary for AI assistants, crawlers and chatbots.

View llms.txt

Safety Rules for AI

The assistant must never pay or confirm a booking without explicit user consent. If a required detail is missing, it must ask the user. If the quote is unavailable, it must suggest contacting Capital VIP Services.

Standard Human Booking