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
clockify:create_client
Create a new client in a workspace.
Write
Medium risk
Create Project
clockify:create_project
Create a new project in a workspace.
Write
Medium risk
Create Tag
clockify:create_tag
Create a new tag in a workspace.
Write
Medium risk
Create Time Entry
clockify:create_time_entry
Create a new time entry. Can create completed entries or start a running timer.
Write
Medium risk
Delete Client
clockify:delete_client
Delete a client permanently. WARNING: This action cannot be undone and may affect associated projects.
Write
High risk
Delete Project
clockify:delete_project
Delete a project permanently. WARNING: This action cannot be undone and will remove all associated time entries.
Write
High risk
Delete Tag
clockify:delete_tag
Delete a tag permanently. WARNING: This action cannot be undone and will remove the tag from all time entries.
Write
High risk
Delete Time Entry
clockify:delete_time_entry
Delete a time entry permanently. WARNING: This action cannot be undone.
Write
High risk
Get Client
clockify:get_client
Fetch a single client by ID with projects and contact information.
Read
Low risk
Get Project
clockify:get_project
Fetch a single project by ID with client, tasks, and settings.
Read
Low risk
Get Tag
clockify:get_tag
Fetch a single tag by ID.
Read
Low risk
Get Time Entry
clockify:get_time_entry
Fetch a single time entry by ID with project, task, and user details.
Read
Low risk
Get User
clockify:get_user
Fetch user information including profile and settings.
Read
Low risk
Get Workspace
clockify:get_workspace
Fetch a single workspace by ID with settings and permissions.
Read
Low risk
List Clients
clockify:list_clients
List clients in a workspace with filtering options.
Read
Low risk
List Projects
clockify:list_projects
List projects in a workspace with filtering options.
Read
Low risk
List Tags
clockify:list_tags
List tags in a workspace with filtering options.
Read
Low risk
List Time Entries
clockify:list_time_entries
List time entries with filtering and pagination options.
Read
Low risk
List Workspaces
clockify:list_workspaces
List all workspaces the user has access to.
Read
Low risk
List Workspace Users
clockify:list_workspace_users
List users in a workspace with their membership details.
Read
Low risk
Start Timer
clockify:start_timer
Start a new timer (running time entry). Will stop any currently running timer first.
Write
Medium risk
Stop Timer
clockify:stop_timer
Stop the currently running timer for a user.
Write
Low risk
Update Client
clockify:update_client
Update an existing client.
Write
Medium risk
Update Project
clockify:update_project
Update an existing project.
Write
Medium risk
Update Tag
clockify:update_tag
Update an existing tag.
Write
Medium risk
Update Time Entry
clockify:update_time_entry
Update an existing time entry.
Write
Medium risk