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.
Create Check In
badger_maps:create_check_in
Create a check-in record for a customer visit.
Write
Medium risk
Create Customer
badger_maps:create_customer
Create a new customer with address geocoding for map placement.
Write
Medium risk
Create Route
badger_maps:create_route
Create a new route with specified customers as stops.
Write
Medium risk
Delete Customer
badger_maps:delete_customer
Permanently delete a customer and all associated data.
Write
High risk
Get Customer
badger_maps:get_customer
Fetch a single customer by ID with contact details and location information.
Read
Low risk
Get Route
badger_maps:get_route
Fetch a single route by ID with stops and optimization details.
Read
Low risk
Get Territory
badger_maps:get_territory
Fetch a single territory by ID with boundaries and customer count.
Read
Low risk
List Check Ins
badger_maps:list_check_ins
List check-ins with optional filtering by customer, route, outcome, or date range.
Read
Low risk
List Customers
badger_maps:list_customers
List customers with optional filtering by territory, status, or search term.
Read
Low risk
List Routes
badger_maps:list_routes
List routes with optional filtering by territory, status, or date range.
Read
Low risk
List Territories
badger_maps:list_territories
List all territories with customer counts and boundary information.
Read
Low risk
Optimize Route
badger_maps:optimize_route
Optimize an existing route for shortest travel time or distance.
Write
Medium risk
Update Customer
badger_maps:update_customer
Update an existing customer. Only provided fields will be updated.
Write
Medium risk