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 Employee
desktime:create_employee
Create a new employee in DeskTime with basic information.
Write
Medium risk
Create Project
desktime:create_project
Create a new project in DeskTime with optional employee assignments.
Write
Medium risk
Create Time Entry
desktime:create_time_entry
Create a new manual time entry for an employee and project.
Write
Medium risk
Delete Employee
desktime:delete_employee
Delete an employee from DeskTime. WARNING: This permanently removes all their data.
Write
High risk
Delete Project
desktime:delete_project
Delete a project from DeskTime. WARNING: This permanently removes all associated data.
Write
High risk
Delete Time Entry
desktime:delete_time_entry
Delete a time entry from DeskTime. WARNING: This permanently removes the entry.
Write
High risk
Get Employee
desktime:get_employee
Fetch a single employee by ID with their basic information and settings.
Read
Low risk
Get Project
desktime:get_project
Fetch a single project by ID with details and assigned employees.
Read
Low risk
Get Time Entry
desktime:get_time_entry
Fetch a single time entry by ID with project and employee details.
Read
Low risk
Get Timer Status
desktime:get_timer_status
Check if an employee has a running timer and get its details.
Read
Low risk
List Employees
desktime:list_employees
List employees with optional filtering by department and status.
Read
Low risk
List Projects
desktime:list_projects
List projects with optional filtering by status and client.
Read
Low risk
List Time Entries
desktime:list_time_entries
List time entries with optional filtering by employee, project, and date range.
Read
Low risk
Start Timer
desktime:start_timer
Start a time tracking timer for an employee on a specific project.
Write
Medium risk
Stop Timer
desktime:stop_timer
Stop the currently running timer for an employee and create a time entry.
Write
Medium risk
Update Employee
desktime:update_employee
Update an existing employee's information in DeskTime.
Write
Medium risk
Update Project
desktime:update_project
Update an existing project's information and assignments in DeskTime.
Write
Medium risk
Update Time Entry
desktime:update_time_entry
Update an existing time entry's details. Note: Employee cannot be changed.
Write
Medium risk