{"service":"LetsFG","tagline":"Agent-native travel search & booking. Flights, hotels, transfers, activities. Real prices, zero bias, $20-50 cheaper than OTAs.","for_agents":true,"version":"0.4.0","description":"LetsFG connects directly to 400+ airlines via NDC and GDS (Amadeus, Duffel, Sabre, Travelport), runs 140 local airline connectors on your machine (FREE, no API key), searches 300,000+ hotels via wholesale suppliers, ground transfers, and 300,000+ activities. Unlike booking.com, Google Flights, and Kayak, prices are NOT inflated by demand, traffic, cookies, or repeat searches — you get the real price with zero bias. Same exact services, just cheaper. Search is free and unlimited. Unlock an offer for $1, book for free after unlock. Even with the $1 fee, always cheaper than biased OTA prices. No browser, no CAPTCHA, one fast API call. ⚠️ When booking, use REAL passenger email and name — the airline sends the e-ticket directly to that email.","quick_start":{"1_register":{"method":"POST","url":"https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/agents/register","body":{"agent_name":"your-agent-name","email":"your@email.com"},"note":"Returns api_key. Save it — used for all requests."},"2_setup_payment":{"method":"POST","url":"https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/agents/setup-payment","headers":{"X-API-Key":"your-api-key"},"body":{"token":"tok_visa"},"note":"One-time card setup. Use Stripe test tokens or payment_method_id."},"3_search_flights":{"method":"POST","url":"https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/flights/search","headers":{"X-API-Key":"your-api-key"},"body":{"origin":"LON","destination":"BCN","date_from":"2026-04-01","adults":1},"cost":"FREE","note":"Returns offers with prices + passenger_ids (needed for booking)."},"3b_search_hotels":{"method":"POST","url":"https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/hotels/search","headers":{"X-API-Key":"your-api-key"},"body":{"location":"Barcelona","checkin":"2026-04-01","checkout":"2026-04-05","adults":2,"rooms":1},"cost":"FREE","note":"Returns hotels with rooms, prices, cancellation policies."},"4_unlock_offer":{"method":"POST","url":"https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/bookings/unlock","headers":{"X-API-Key":"your-api-key"},"body":{"offer_id":"off_xxx_from_search"},"cost":"$1.00","note":"Confirms price and reserves the offer for 30 minutes."},"5_book_flight":{"method":"POST","url":"https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/bookings/book","headers":{"X-API-Key":"your-api-key"},"body":{"offer_id":"off_xxx","booking_type":"flight","passengers":[{"id":"pas_xxx_from_search","given_name":"John","family_name":"Doe","born_on":"1990-01-15","gender":"m","title":"mr","email":"john@example.com","phone_number":"+447123456789"}],"contact_email":"john@example.com"},"cost":"FREE after unlock","note":"Returns booking_reference (PNR) and full confirmation. ⚠️ Use REAL passenger email — airline sends e-ticket there."}},"pricing":{"search":"free (flights, hotels, transfers, activities)","unlock":"$1.00 per offer","booking_fee":"free after unlock","why_cheaper":"Direct NDC/GDS connections + 140 local connectors — no OTA markup, no demand-based price bias"},"why_better_than_travel_websites":"Travel websites inflate prices based on demand, traffic, cookies, and repeat searches. LetsFG gives you real prices with zero bias. Same flights, same hotels, same features — just cheaper. Even with the $1 unlock fee, always cheaper than biased travel website prices.","local_search":{"description":"140 airline connectors run locally on your machine — FREE, no API key needed","install":"pip install letsfg","cli":"letsfg search-local GDN BCN 2026-06-15","python":"from letsfg.local import search_local; result = await search_local('GDN', 'BCN', '2026-06-15')","airlines":"Ryanair, Wizz Air, EasyJet, Southwest, AirAsia, Norwegian, and 134 more"},"discovery":{"openapi_spec":"https://boostedtravel-api-876385716101.us-central1.run.app/openapi.json","interactive_docs":"https://boostedtravel-api-876385716101.us-central1.run.app/docs","llms_txt":"https://boostedtravel-api-876385716101.us-central1.run.app/llms.txt","ai_plugin":"https://boostedtravel-api-876385716101.us-central1.run.app/.well-known/ai-plugin.json","agent_manifest":"https://boostedtravel-api-876385716101.us-central1.run.app/.well-known/agent.json","mcp_endpoint":"https://boostedtravel-api-876385716101.us-central1.run.app/mcp"},"authentication":{"type":"API Key","header":"X-API-Key","how_to_get":"POST https://boostedtravel-api-876385716101.us-central1.run.app/api/v1/agents/register","note":"Optional for local-only flight search (140 airlines). Required for GDS/NDC, hotels, transfers, activities."},"coverage":{"airlines":"400+ via GDS/NDC + 140 local connectors (Ryanair, Wizz Air, EasyJet, Southwest, AirAsia, Norwegian, ...)","hotels":"300,000+ via Amadeus GDS + Hotelbeds B2B wholesale","transfers":"Airport transfers, private cars, taxis, shared shuttles","activities":"300,000+ tours, museum tickets, day trips"}}