Optimize delivery routes for a fleet using the Routific Engine API

domain: docs.routific.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Obtain a Routific API key and include it in every request as the Authorization: Bearer YOUR_API_KEY header with Content-Type: application/json.
  2. For jobs with 60 or fewer stops, POST your fleet and visit data to https://api.routific.com/v1/vrp; for larger jobs use https://api.routific.com/v1/vrp-long to avoid timeouts.
  3. Structure the request body with a visits object (keyed by stop ID, each with location lat/lng and optional time_window start/end, duration, and load) and a fleet object (keyed by vehicle ID, each with start/end location and optional shift times and capacity).
  4. For vrp-long, the response returns a job_id; poll GET https://api.routific.com/v1/jobs/{job_id} at intervals (default 1000 ms) until status is finished.
  5. Parse the solution object: each vehicle key maps to an ordered array of stops with arrival_time, finish_time, and any unserved visits; surface unserved stops for manual reassignment.
  6. Push the optimized stop sequence back to your dispatch system or delivery app for driver navigation; re-submit to /vrp-long with updated inputs if real-time changes occur during the day.

Known gotchas

Related routes

Implement delivery dispatch courier routing optimization using real-time traffic data to minimize estimated time of arrival across an active fleet
delivery dispatch / courier routing · 6 steps · unrated
Create and track a multi-stop delivery route for a fleet vehicle using the Samsara Routes API instead of Samsara's vehicle-stats endpoints
developers.samsara.com · 5 steps · unrated
Search and manage vehicles/assets via the RTA Fleet Management REST API
developers.rtafleet.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans