Optimize delivery routes for a fleet using the Routific Engine API

domain: docs.routific.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified 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

Dispatch last-mile delivery tasks to drivers using the Onfleet API
onfleet.com · 6 steps · unrated
Create and track a multi-provider delivery via the Burq API
burq.readme.io · 6 steps · unrated
Route BOPIS orders to store fulfillment locations using an order management API
developer.bigcommerce.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

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