VVoyagent

Interactive Demos

See what developers build with Voyagent.

Six runnable demo applications that show how Agent planning, travel APIs and webhooks come together for real travelers.

import { RideClaw } from '@rideclaw/sdk'

const rideclaw = new RideClaw({
  apiKey: process.env.RIDECLAW_API_KEY
})

const plan = await rideclaw.agent.planTrip({
  prompt: 'Book a 2-day business trip from Shenzhen to Shanghai next Tuesday',
  traveler: {
    type: 'business',
    preferences: ['morning flight', 'hotel near meeting location']
  }
})

console.log(plan.options)

Senior Travel

A low-friction travel companion for retirees with safety-first itinerary design.

Scenario

Help seniors book accessible hotels, reliable rides and travel-backed trips with clear confirmations.

Agent Planning APIHotels APIRides APIOrders API

Workflow

  1. 1Capture travel intent in plain language.
  2. 2Recommend ground-floor hotels and direct rides.
  3. 3Confirm price, cancellation and companion contact.
  4. 4Create the order and push status updates.

Features

  • Voice-friendly prompts
  • Large-font confirmation cards
  • Emergency contact handoff

Couple Hotels

A romantic getaway planner that bundles hotel, dinner ride and flexible checkout.

Scenario

Plan surprise weekends for couples with curated hotel packages and one-tap ride booking.

Hotels APIRides APIAgent Planning API

Workflow

  1. 1Select city and mood.
  2. 2Match hotel + ride bundles by price and style.
  3. 3Hold the option, then confirm.
  4. 4Sync the itinerary to the calendar.

Features

  • Curated boutique hotels
  • One-tap dinner ride
  • Flexible cancellation

Concert Trip

End-to-end event travel for fans, from ticket-adjacent hotels to ride dispatch.

Scenario

Book transport and accommodation around concerts, sports or festivals.

Hotels APIRides APIBus APIOrders API

Workflow

  1. 1Parse event city and date.
  2. 2Search hotels near the venue.
  3. 3Estimate ride availability after the show.
  4. 4Create the order and dispatch reminders.

Features

  • Event-aware hotel radius
  • Post-show ride queue
  • Group splitting

Inbound Travel Helper

A multilingual assistant for foreign visitors navigating domestic travel.

Scenario

Help inbound tourists book trains, hotels and airport transfers with passport-friendly flows.

Agent Planning APIRail APIHotels APIRides API

Workflow

  1. 1Detect language and destination.
  2. 2Plan rail + hotel + transfer route.
  3. 3Validate passport and phone number.
  4. 4Confirm and share QR codes.

Features

  • Multilingual prompts
  • Passport-friendly booking
  • Local payment guidance

Family Weekends

Short-trip planner for parents with kid-friendly hotels and flexible cancellation.

Scenario

Plan weekend getaways with children, pets and car seats in a few messages.

Hotels APIRides APIAgent Planning API

Workflow

  1. 1Enter family size and preferences.
  2. 2Filter hotels by kids and pets policy.
  3. 3Book a ride with a child seat option.
  4. 4Send a booking summary to the group.

Features

  • Kid-friendly filters
  • Pet-friendly hotels
  • Easy reschedule

Event Travel

Rapid response travel for trending events, conferences and sports finals.

Scenario

Surface last-mile inventory when demand spikes around a hot event.

Agent Planning APIFlights APIHotels APIRides API

Workflow

  1. 1Detect trending event and city.
  2. 2Search remaining flights and hotels.
  3. 3Quote bundled options.
  4. 4Confirm with flexible cancellation.

Features

  • Trending event detection
  • Dynamic inventory
  • Waitlist fallback

Run in sandbox

Run any demo in minutes

Every demo is backed by sandbox inventory and real API calls. Inspect requests, responses and webhook events as the Agent executes each trip.

01

Get a sandbox API key from the developer console.

02

Clone the demo repo and install the SDK or MCP server.

03

Watch webhooks update the itinerary as the Agent books each segment.

Under the hood

Agent + APIs + Webhooks

Demos are not static mockups. They exercise the same endpoints you will use in production, from trip planning to order fulfilment.

Agent Planning

Natural-language intent becomes a structured, bookable itinerary.

Travel APIs

Flights, hotels, rides, rail and buses share one order model.

Webhook events

Real-time updates keep the demo UI and your app in sync.

Build your own travel workflow

Apply for API access and start with sandbox keys, SDKs and agent-ready tools.

Apply for API access