What you'll be able to do
Once set up, you can ask your Custom GPT things like:
- "How much to send a 2kg parcel from Manchester to London?"
- "Find the cheapest way to ship a box of books from SW1A 2AA to EH2 2EQ"
- "What's the next-day delivery price from Evri vs DPD for a 5kg parcel?"
- "Find me an Evri drop-off locker near EC1A 1BB"
ChatGPT will call the AI Parcels API in real time, fetch live prices from every major UK carrier, and present them to you in a clean, readable format — all without you leaving the chat.
Step 1 — Create a Custom GPT
- Go to chat.openai.com and click Explore GPTs in the left sidebar.
- Click Create in the top-right corner.
- Give your GPT a name — something like "UK Parcel Assistant" works well.
- In the instructions box, paste a system prompt like: "You are a UK parcel shipping assistant. When the user asks about sending a parcel, use the AI Parcels API to fetch live quotes. Always present prices in pounds (£) and mention estimated delivery dates."
Step 2 — Add the AI Parcels Action
- In the GPT editor, click the Configure tab.
- Scroll to the bottom and click Create new action.
- Under Authentication, select None — no API key is needed for quote lookups.
- Under Schema, click Import from URL and paste the URL below.
- Click Import — ChatGPT will automatically parse all available endpoints.
- Click Save to publish your Custom GPT.