Skip to content
RentADriver
For AI agents

Agent playbook

Copy a recipe into your agent, or use the tool sequence as a plan. Every mutating call supports dryRun; every response returns next_action.

Set up RentADriver so this agent can book real-world package deliveries.
1. Run: npx -y rentadriver-mcp setup   (or add the MCP config from rentadriver.ai/for-agents)
2. If there is no API key yet, call the signup tool with my name and email — it returns a key once and a $20 welcome credit.
3. Test with check_coverage and get_quote (both free). Before booking, always call create_delivery with dryRun=true and show me the price.
4. Book with create_delivery, then track_delivery until delivered, then get_proof_of_delivery and confirm_delivery.
Store pickup and hand-over
The user bought something nearby and wants it brought to them.
Collect prepaid order #48213 from Chemist Warehouse Carlton and deliver it to Sam at 12 Brunswick St, Fitzroy. Ask me to confirm the price first.
Documents with signature
Originals must move between named people.
Send the signed lease from reception at 101 Collins St to J. Nakamura in Fitzroy. Require a signature and the recipient's name. Message me when it is delivered.
Return or exchange
Reverse a completed delivery, or swap an item at the door.
Book a return for delivery RD-7K2P9QX and tell me when the item is back at the warehouse.
Multi-stop round
Several parcels leave one place at once.
Deliver six proof sets from the print shop to these six clients this morning as one run; photo and recipient name at each stop.
Scheduled and recurring
A run should happen at a fixed time, or every weekday.
Every weekday at 08:30 collect the sample cooler from the clinic and deliver it to the lab by 09:15.
Intercity
The drop-off is in another launch city.
Get the sealed sample case from our Melbourne office to the Sydney lab today by a dedicated driver; insure it for AUD 1,200 and require a signature.
Spend safely
Before any of the above.
Cap this account at $60 per delivery and $400 per day, then show me the wallet balance.