ChauffeurOS Help

Operator documentation

Run bookings, fleet, and your public booking form from one place.

This help center covers the live product at app.chauffeurpilot.com. Sign in there for the dashboard and builder. Public widgets live on embed.chauffeurpilot.com.

Getting started

Create an account, sign in, and open your organisation console.

Dashboard & bookings

Calendar, jobs, chauffeurs, customers, and inbox.

Pricing engine

Draft vs published rates, airports, mileage bands, and quotes.

Booking form & embed

Builder, lite widget, iframe snippets, and partner sites.

Driver app

How chauffeurs accept jobs and where the native app talks to the API.

API reference

OpenAPI (Redoc) for integrators. Live Try-it also on the API host.

Getting started

  1. Open Create account on the app host — not the marketing site.
  2. Sign in at app.chauffeurpilot.com/#/login.
  3. You land on #/org (overview). Platform operators use #/admin/login.
  4. Set an organisation slug in Builder before publishing a public booking URL.

Sessions use an httpOnly refresh cookie on the API host plus a short-lived access token. The marketing site never hosts the dashboard.

Dashboard & bookings

Pricing engine

Money is integer pence. Operators edit a draft version, check the Simulator, then Publish. Live public quotes use the published version only.

Full walkthrough: How pricing works.

Booking form & embed

Builder lives at #/org/builder on the app host. Publish copies snippets that point at the embed origin.

Loader script: https://embed.chauffeurpilot.com/embed.js

Driver app

The chauffeur product is a native React Native app, not these websites. It talks to https://api.chauffeurpilot.com (API_BASE_URL origin only — the app appends /api/v1).