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
timing:create_project
Create a new project in Timing.
Write
Medium risk
Create Time Entry
timing:create_time_entry
Create a new time entry, either completed or as a running timer.
Write
Medium risk
Delete Project
timing:delete_project
Permanently delete a project and all associated time entries.
Write
High risk
Delete Time Entry
timing:delete_time_entry
Permanently delete a time entry.
Write
High risk
Get Project
timing:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Running Timers
timing:get_running_timers
Get all currently running timers.
Read
Low risk
Get Time Entry
timing:get_time_entry
Fetch a single time entry by ID with project and task details.
Read
Low risk
Get Time Report
timing:get_time_report
Generate a time report for a specific date range with optional project filtering.
Read
Low risk
List Projects
timing:list_projects
List all projects with optional filtering and pagination.
Read
Low risk
List Time Entries
timing:list_time_entries
List time entries with optional filtering by project, date range, and pagination.
Read
Low risk
Start Timer
timing:start_timer
Start a new running timer. This creates a time entry with no end date.
Write
Medium risk
Stop Timer
timing:stop_timer
Stop a running timer by setting its end date.
Write
Medium risk
Update Project
timing:update_project
Update an existing project's details.
Write
Medium risk
Update Time Entry
timing:update_time_entry
Update an existing time entry's details.
Write
Medium risk