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 Tileset
mapbox:create_tileset
Create a new tileset from data sources using a recipe configuration.
Write
Medium risk
Delete Tileset
mapbox:delete_tileset
Delete a tileset permanently. This action cannot be undone.
Write
High risk
Generate Static Image
mapbox:generate_static_image
Generate a static map image with optional markers and overlays.
Write
Low risk
Geocode Forward
mapbox:geocode_forward
Convert an address or place name into geographic coordinates (latitude/longitude).
Write
Low risk
Geocode Reverse
mapbox:geocode_reverse
Convert geographic coordinates (latitude/longitude) into a human-readable address.
Write
Low risk
Get Directions
mapbox:get_directions
Get driving, walking, or cycling directions between multiple points.
Read
Low risk
Get Isochrone
mapbox:get_isochrone
Generate isochrone polygons showing areas reachable within specified time or distance.
Read
Low risk
Get Matrix
mapbox:get_matrix
Get travel times and distances between multiple points in a matrix format.
Read
Low risk
Get Tileset
mapbox:get_tileset
Get detailed information about a specific tileset.
Read
Low risk
List Tilesets
mapbox:list_tilesets
List tilesets in a Mapbox account.
Read
Low risk
Match Route
mapbox:match_route
Snap GPS traces to the road network to create a route that follows actual roads.
Write
Low risk
Optimize Route
mapbox:optimize_route
Solve the Traveling Salesman Problem to find the optimal route visiting all points.
Write
Low risk