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 Client
tmetric:create_client
Create a new client for organizing projects and billing.
Write
Medium risk
Create Project
tmetric:create_project
Create a new project for organizing time tracking.
Write
Medium risk
Create Task
tmetric:create_task
Create a new task within a project for detailed time tracking.
Write
Medium risk
Create Time Entry
tmetric:create_time_entry
Create a new time entry for tracking work time.
Write
Medium risk
Delete Client
tmetric:delete_client
Delete a client permanently. This will also delete all associated projects and time entries.
Write
High risk
Delete Project
tmetric:delete_project
Delete a project permanently. This will also delete all associated time entries and tasks.
Write
High risk
Delete Task
tmetric:delete_task
Delete a task permanently. This will also delete all associated time entries.
Write
High risk
Delete Time Entry
tmetric:delete_time_entry
Delete a time entry permanently. This action cannot be undone.
Write
High risk
Get Active Timer
tmetric:get_active_timer
Get the currently running timer, if any.
Read
Low risk
Get Client
tmetric:get_client
Fetch a single client by ID with project details.
Read
Low risk
Get Project
tmetric:get_project
Fetch a single project by ID with client and task details.
Read
Low risk
Get Task
tmetric:get_task
Fetch a single task by ID with project details.
Read
Low risk
Get Time Entry
tmetric:get_time_entry
Fetch a single time entry by ID with project and task details.
Read
Low risk
Get User
tmetric:get_user
Fetch a single user by ID or get current user info.
Read
Low risk
List Clients
tmetric:list_clients
List clients with optional filtering by active status.
Read
Low risk
List Projects
tmetric:list_projects
List projects with optional filtering by client or active status.
Read
Low risk
List Tasks
tmetric:list_tasks
List tasks with optional filtering by project or active status.
Read
Low risk
List Time Entries
tmetric:list_time_entries
List time entries with optional filtering by date range, project, or user.
Read
Low risk
List Users
tmetric:list_users
List users in the workspace with optional filtering by active status.
Read
Low risk
Start Timer
tmetric:start_timer
Start a new timer for real-time time tracking. Only one timer can be active at a time.
Write
Medium risk
Stop Timer
tmetric:stop_timer
Stop the currently running timer and create a time entry.
Write
Medium risk
Update Client
tmetric:update_client
Update an existing client with new information.
Write
Medium risk
Update Project
tmetric:update_project
Update an existing project with new information.
Write
Medium risk
Update Task
tmetric:update_task
Update an existing task with new information.
Write
Medium risk
Update Time Entry
tmetric:update_time_entry
Update an existing time entry with new information.
Write
Medium risk