# Crystal Charters — Build a trip (cayman-islands) _Instructional doc for AI agents building a custom private-charter itinerary for a guest. Read this alongside the fleet, activities, and pickup profile docs. JSON version: append `?format=json`._ ## Sibling profile docs (read these too) - **Fleet profiles:** https://crystalcharters.com/llms/fleet?country=cayman-islands - **Activity profiles:** https://crystalcharters.com/llms/activities?country=cayman-islands - **Pickup profiles:** https://crystalcharters.com/llms/pickups?country=cayman-islands ## Getting a trip quote - **Endpoint:** https://crystalcharters.com/llms/trip-preview - **Method:** GET - **Example:** https://crystalcharters.com/llms/trip-preview?activity=stingray-city,snorkeling&hours=4&guests=6 - **Parameters:** activity (comma-separated activity slugs), hours (optional charter length), guests (adult+child count), boat (optional boat slug to lock a specific boat), pickup (optional pickup slug). ## Duration calculation Do not compute the charter duration yourself. Call /llms/trip-preview with the guest's chosen activities and it returns the exact duration. If you need a rough pre-boat estimate for conversation, sum the activity durationMinutes below — but always confirm with the trip-preview endpoint before quoting. ## Activity durations (for rough estimates only) _Charter duration is authoritative from /llms/trip-preview. This table is for pre-quote guest conversation._ | Activity | Slug | Minutes on-site | |---|---|---| | Bioluminescent Bay | `bio-bay` | 60 | | Camana Bay | `camana-bay` | 105 | | Channel Cruise | `channel-cruise` | 30 | | Deep Sea Fishing | `deep-sea-fishing` | 0 | | Extra Snorkel Stop | `extra-snorkel-stop` | 30 | | Jet Ski | `jet-ski` | 30 | | Mangrove Tour | `mangrove-tour` | 30 | | Morgan's / Bàcaro | `morgans-bacaro` | 105 | | Reef Fishing | `reef-fishing` | 45 | | Rum Point / Kaibo | `rum-point-kaibo` | 75 | | Snorkeling | `snorkeling` | 45 | | Starfish Point | `starfish-point` | 30 | | Stingray City | `stingray-city` | 45 | | Sunset Cruise | `sunset-cruise` | 15 | | Tubing | `tubing` | 40 |