Optimize multi-agent routes for deliveries, pickups, and service jobs. Solves Vehicle Routing Problems (VRP) including: Travelling Salesman (TSP), Capacitated VRP, VRP with Time Windows, and Pickup-Delivery problems. Required: Either 'jobs' (one-way tasks) or 'shipments' (pickup…
jobsarrayOne-way service jobs to assign. Use for simple deliveries/services. Required if shipments not provided.
modestringTravel mode: 'drive' (car), 'truck', 'bicycle', 'walk', 'transit'. Defaults to drive.
typestringRoute optimization: 'balanced' (default), 'short' (minimize distance), 'less_maneuvers' (simpler directions).
avoidarrayRoads or features to avoid: tolls, ferries, highways, or specific locations.
unitsstringDistance units in response: 'metric' (meters) or 'imperial' (miles). Defaults to metric.
agentsarrayList of agents (vehicles/workers) to assign work to. Defaults to 1 agent if omitted.
trafficstringTraffic model: 'free_flow' (no traffic) or 'approximated' (estimated traffic). Defaults to free_flow.
locationsarrayReusable locations referenced by index. Useful for warehouses or depots used by multiple agents.
max_speednumberMax speed in km/h to cap travel speed calculations for driving modes.
shipmentsarrayPaired pickup-delivery shipments. Use when items must be picked up then delivered. Required if jobs not provided.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.