Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Complete Route
smartroutes:complete_route
Mark a route as completed, finalizing all delivery statuses and generating summary.
Write
Medium risk
Create Driver
smartroutes:create_driver
Create a new driver with contact information and optional vehicle assignment.
Write
Medium risk
Create Route
smartroutes:create_route
Create a new route with stops and optional driver/vehicle assignment.
Write
Medium risk
Create Vehicle
smartroutes:create_vehicle
Create a new vehicle with specifications and optional driver assignment.
Write
Medium risk
Delete Route
smartroutes:delete_route
Permanently delete a route and all its stops. This action cannot be undone.
Write
High risk
Get Driver
smartroutes:get_driver
Fetch a single driver by ID with contact info and current status.
Read
Low risk
Get Route
smartroutes:get_route
Fetch a single route by ID with stops, driver info, and optimization status.
Read
Low risk
Get Stop
smartroutes:get_stop
Fetch a single stop by ID with delivery details and status.
Read
Low risk
Get Vehicle
smartroutes:get_vehicle
Fetch a single vehicle by ID with specifications and current status.
Read
Low risk
List Drivers
smartroutes:list_drivers
List drivers with optional filtering by status, name, or vehicle assignment.
Read
Low risk
List Routes
smartroutes:list_routes
List routes with optional filtering by status, driver, and date range.
Read
Low risk
List Vehicles
smartroutes:list_vehicles
List vehicles with optional filtering by status, type, or driver assignment.
Read
Low risk
Optimize Route
smartroutes:optimize_route
Optimize the stop order for a route to minimize time, distance, or cost.
Write
Medium risk
Start Route
smartroutes:start_route
Start a route execution, marking it as in progress and notifying the assigned driver.
Write
Medium risk
Update Driver
smartroutes:update_driver
Update an existing driver's information, vehicle assignment, or status.
Write
Medium risk
Update Route
smartroutes:update_route
Update an existing route's details, assignments, or status.
Write
Medium risk
Update Stop Status
smartroutes:update_stop_status
Update a stop's status and delivery information during route execution.
Write
Medium risk