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 Project
timebuzzer:create_project
Create a new project for time tracking.
Write
Medium risk
Create Task
timebuzzer:create_task
Create a new task within a project.
Write
Medium risk
Create Time Entry
timebuzzer:create_time_entry
Create a manual time entry with specific start and end times.
Write
Medium risk
Delete Project
timebuzzer:delete_project
Permanently delete a project and all its time entries. This action cannot be undone!
Write
High risk
Delete Task
timebuzzer:delete_task
Permanently delete a task and all its time entries. This action cannot be undone!
Write
High risk
Delete Time Entry
timebuzzer:delete_time_entry
Permanently delete a time entry. This action cannot be undone!
Write
High risk
Get Current Timer
timebuzzer:get_current_timer
Get the currently running timer for the authenticated user, if any.
Read
Low risk
Get Project
timebuzzer:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Task
timebuzzer:get_task
Fetch a single task by ID with details and time tracking info.
Read
Low risk
Get Time Entry
timebuzzer:get_time_entry
Fetch a single time entry by ID with all tracking details.
Read
Low risk
Get User
timebuzzer:get_user
Fetch a single user by ID or get current user info.
Read
Low risk
List Projects
timebuzzer:list_projects
List all projects with optional filtering and pagination.
Read
Low risk
List Tasks
timebuzzer:list_tasks
List all tasks with optional filtering and pagination.
Read
Low risk
List Time Entries
timebuzzer:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
List Users
timebuzzer:list_users
List all users in the organization with optional filtering.
Read
Low risk
Start Timer
timebuzzer:start_timer
Start a new timer for time tracking. Only one timer can run at a time per user.
Write
Medium risk
Stop Timer
timebuzzer:stop_timer
Stop the currently running timer or a specific time entry.
Write
Medium risk
Update Project
timebuzzer:update_project
Update an existing project's details.
Write
Medium risk
Update Task
timebuzzer:update_task
Update an existing task's details.
Write
Medium risk
Update Time Entry
timebuzzer:update_time_entry
Update an existing time entry's details.
Write
Medium risk