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 Action
hive:complete_action
Mark an action (task) as complete.
Write
Medium risk
Create Action
hive:create_action
Create a new action (task) in a Hive project.
Write
Medium risk
Create Message
hive:create_message
Create a new message in a Hive project or action.
Write
Medium risk
Create Project
hive:create_project
Create a new project in Hive.
Write
Medium risk
Delete Action
hive:delete_action
Delete an action (task) permanently. WARNING: This cannot be undone.
Write
High risk
Delete Project
hive:delete_project
Delete a project permanently. WARNING: This cannot be undone.
Write
High risk
Get Action
hive:get_action
Fetch a single action (task) by ID with details and assignees.
Read
Low risk
Get Project
hive:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get User
hive:get_user
Fetch a single user by ID with profile information.
Read
Low risk
List Actions
hive:list_actions
List actions (tasks) with optional filtering and pagination.
Read
Low risk
List Messages
hive:list_messages
List messages with optional filtering and pagination.
Read
Low risk
List Projects
hive:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Time Entries
hive:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
List Users
hive:list_users
List users with optional filtering and pagination.
Read
Low risk
Track Time
hive:track_time
Track time spent on an action (task).
Write
Medium risk
Update Action
hive:update_action
Update an existing action (task) in Hive.
Write
Medium risk
Update Project
hive:update_project
Update an existing project in Hive.
Write
Medium risk