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
trackingtime:create_project
Create a new project with billing and team settings.
Write
Medium risk
Create Task
trackingtime:create_task
Create a new task within a project with assignment and scheduling.
Write
Medium risk
Create Time Entry
trackingtime:create_time_entry
Create a new time entry for a project and optionally a task.
Write
Medium risk
Delete Project
trackingtime:delete_project
Permanently delete a project and all its time entries.
Write
High risk
Delete Task
trackingtime:delete_task
Permanently delete a task and all its time entries.
Write
High risk
Delete Time Entry
trackingtime:delete_time_entry
Permanently delete a time entry.
Write
High risk
Get Project
trackingtime:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Task
trackingtime:get_task
Fetch a single task by ID with details and project information.
Read
Low risk
Get Team
trackingtime:get_team
Fetch a single team by ID with member details and settings.
Read
Low risk
Get Time Entry
trackingtime:get_time_entry
Fetch a single time entry by ID with project and task details.
Read
Low risk
Get User
trackingtime:get_user
Fetch a user by ID or get the current authenticated user's details.
Read
Low risk
List Projects
trackingtime:list_projects
List projects with optional filtering by status and team.
Read
Low risk
List Tasks
trackingtime:list_tasks
List tasks with optional filtering by project, status, assignee, and priority.
Read
Low risk
List Teams
trackingtime:list_teams
List teams with optional search filtering.
Read
Low risk
List Time Entries
trackingtime:list_time_entries
List time entries with optional filtering by project, task, user, date range, and billing status.
Read
Low risk
List Users
trackingtime:list_users
List users with optional filtering by team, status, and search terms.
Read
Low risk
Start Timer
trackingtime:start_timer
Start a new timer for a project and optionally a task.
Write
Medium risk
Stop Timer
trackingtime:stop_timer
Stop a running timer by ID or stop the currently running timer.
Write
Medium risk
Update Project
trackingtime:update_project
Update an existing project's details and settings.
Write
Medium risk
Update Task
trackingtime:update_task
Update an existing task's details, status, and assignment.
Write
Medium risk
Update Time Entry
trackingtime:update_time_entry
Update an existing time entry's details, duration, and billing information.
Write
Medium risk