RentADriver
Get API key
Use cases

Anything that fits in a car, booked by software

Eight patterns cover almost everything agents and apps send us. Each page shows the tool to call, a worked example and the proof you get back.

City to city · same day
Intercity courier between launch cities

One dedicated driver takes a package from Melbourne to Sydney or London to Birmingham today, tracked door to door, or a shared lane run at fixed departures for less.

get_intercity_quote → create_delivery
Retail · click and collect
Store pickup and delivery for AI agents

An agent orders from a local shop, then sends a driver to collect the prepaid order and hand it to the customer with a photo.

create_store_pickup
Legal · property · signatures
Documents, contracts and keys with signature

Original documents and keys move between offices, notaries, tenants and lawyers with a signature or OTP at handoff.

create_delivery with proof_required
E-commerce · Shopify · marketplaces
Same-day delivery for online stores

Turn a web order into a same-day delivery from your store or micro-warehouse, with live tracking for the customer and a webhook back to your order system.

create_delivery + register_webhook
Returns · exchanges · loaners
Returns and reverse logistics

One call reverses a delivery: the driver collects from the customer and brings the item back, with receipt-style proof at both ends.

create_return
Up to 8 drop-offs · one driver
Multi-stop runs and route batching

One driver, up to eight drop-offs, priced as a route. For offices, ghost kitchens, print shops and anyone sending several things at once.

create_delivery with dropoffs[]
Tomorrow 9am · every weekday
Scheduled and recurring deliveries

Book for a time window and we dispatch 45 minutes ahead. Recurring routes for labs, clinics and offices are booked the same way every day.

create_delivery with scheduled_at
Parts · devices · samples
Field handoffs and hardware logistics

Get a part to a technician on site, a laptop to a new hire, a device to a repair bench, without a van and a dispatcher.

create_delivery with vehicle_class
Consumer agents · concierge
Errands for personal AI assistants

Forgot the charger at the office? Gift for tonight? A personal assistant that can actually send someone.

get_quote → create_delivery → track_delivery
REST · webhooks · sandbox
Delivery as a feature for developers

Add delivery to your product with one endpoint, a webhook and a tracking link. No fleet contract, no minimums.

OpenAPI · webhooks · rentadriver-mcp