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.
Assign Task
onfleet:assign_task
Assign a task to a specific worker.
Write
Medium risk
Complete Task
onfleet:complete_task
Mark a task as completed with optional notes and success status.
Write
Medium risk
Create Administrator
onfleet:create_administrator
Create a new administrator in the organization.
Write
Medium risk
Create Destination
onfleet:create_destination
Create a new destination with address. Onfleet will geocode the address automatically.
Write
Medium risk
Create Hub
onfleet:create_hub
Create a new hub (distribution center) with name and address.
Write
Medium risk
Create Recipient
onfleet:create_recipient
Create a new recipient with name, phone, and notification preferences.
Write
Medium risk
Create Task
onfleet:create_task
Create a new delivery task with destination, recipients, and scheduling options.
Write
Medium risk
Create Team
onfleet:create_team
Create a new team with name and optional worker/manager assignments.
Write
Medium risk
Create Worker
onfleet:create_worker
Create a new worker with name, phone, and optional team assignments.
Write
Medium risk
Delete Administrator
onfleet:delete_administrator
Delete an administrator from the organization. This action cannot be undone.
Write
High risk
Delete Task
onfleet:delete_task
Delete a task from the organization. This action cannot be undone.
Write
High risk
Delete Team
onfleet:delete_team
Delete a team from the organization. This action cannot be undone.
Write
High risk
Delete Worker
onfleet:delete_worker
Delete a worker from the organization. This action cannot be undone.
Write
High risk
Get Destination
onfleet:get_destination
Fetch a single destination by ID with location and address details.
Read
Low risk
Get Organization
onfleet:get_organization
Fetch organization details including name, email, timezone, and country.
Read
Low risk
Get Recipient
onfleet:get_recipient
Fetch a single recipient by ID with contact details and notification preferences.
Read
Low risk
Get Task
onfleet:get_task
Fetch a single task by ID with full details including destination, recipients, and completion info.
Read
Low risk
Get Team
onfleet:get_team
Fetch a single team by ID with workers, managers, and hub information.
Read
Low risk
Get Worker
onfleet:get_worker
Fetch a single worker by ID with location, state, and team information.
Read
Low risk
List Administrators
onfleet:list_administrators
List all administrators in the organization.
Read
Low risk
List Destinations
onfleet:list_destinations
List all destinations in the organization.
Read
Low risk
List Hubs
onfleet:list_hubs
List all hubs (distribution centers) in the organization.
Read
Low risk
List Recipients
onfleet:list_recipients
List recipients with optional filters for phone or name.
Read
Low risk
List Tasks
onfleet:list_tasks
List tasks with optional filters for state, worker, team, recipient, or date range.
Read
Low risk
List Teams
onfleet:list_teams
List all teams in the organization.
Read
Low risk
List Workers
onfleet:list_workers
List workers with optional filters for state, team, or phone.
Read
Low risk
Unassign Task
onfleet:unassign_task
Unassign a task from its current worker, returning it to unassigned state.
Write
Medium risk
Update Administrator
onfleet:update_administrator
Update an existing administrator's details.
Write
Medium risk
Update Recipient
onfleet:update_recipient
Update an existing recipient's details and notification preferences.
Write
Medium risk
Update Task
onfleet:update_task
Update an existing task's notes, schedule, recipients, or dependencies.
Write
Medium risk
Update Team
onfleet:update_team
Update an existing team's name, workers, managers, or hub assignment.
Write
Medium risk
Update Worker
onfleet:update_worker
Update an existing worker's details, teams, or vehicle information.
Write
Medium risk