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 Stop
optimoroute:complete_stop
Mark a stop/order as completed during route execution.
Write
Medium risk
Create Driver
optimoroute:create_driver
Create a new driver with availability and capabilities.
Write
Medium risk
Create Order
optimoroute:create_order
Create a new order for route optimization.
Write
Medium risk
Create Route
optimoroute:create_route
Create a new route and optionally assign orders to it.
Write
Medium risk
Delete Order
optimoroute:delete_order
Delete an order permanently. This action cannot be undone.
Write
High risk
Get Driver
optimoroute:get_driver
Fetch a single driver by ID with availability and vehicle information.
Read
Low risk
Get Optimization Status
optimoroute:get_optimization_status
Check the status of a route optimization process.
Read
Low risk
Get Order
optimoroute:get_order
Fetch a single order by ID with all details including location and time windows.
Read
Low risk
Get Route
optimoroute:get_route
Fetch a single route by ID with all stops and optimization details.
Read
Low risk
List Drivers
optimoroute:list_drivers
List drivers with optional filtering by status or skills.
Read
Low risk
List Orders
optimoroute:list_orders
List orders with optional filtering by status, driver, route, or date.
Read
Low risk
List Routes
optimoroute:list_routes
List routes with optional filtering by status, driver, or date.
Read
Low risk
Optimize Route
optimoroute:optimize_route
Optimize a route to find the best stop sequence and timing.
Write
Medium risk
Start Route
optimoroute:start_route
Start a route execution, marking it as in progress.
Write
Medium risk
Update Driver
optimoroute:update_driver
Update an existing driver. Only provided fields will be updated.
Write
Medium risk
Update Order
optimoroute:update_order
Update an existing order. Only provided fields will be updated.
Write
Medium risk