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
tick:create_client
Create a new client in Tick.
Write
Medium risk
Create Entry
tick:create_entry
Create a new time entry in Tick.
Write
Medium risk
Create Project
tick:create_project
Create a new project in Tick.
Write
Medium risk
Create Task
tick:create_task
Create a new task in Tick.
Write
Medium risk
Delete Entry
tick:delete_entry
Delete a time entry from Tick. WARNING: This action cannot be undone.
Write
High risk
Delete Project
tick:delete_project
Delete a project from Tick. WARNING: This action cannot be undone.
Write
High risk
Delete Task
tick:delete_task
Delete a task from Tick. WARNING: This action cannot be undone.
Write
High risk
Get Client
tick:get_client
Fetch a single client by ID with details.
Read
Low risk
Get Entry
tick:get_entry
Fetch a single time entry by ID with details.
Read
Low risk
Get Project
tick:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Running Timer
tick:get_running_timer
Get the currently running timer for a user (or current user if no user_id specified).
Read
Low risk
Get Task
tick:get_task
Fetch a single task by ID with details.
Read
Low risk
Get User
tick:get_user
Fetch a single user by ID with details.
Read
Low risk
List Clients
tick:list_clients
List all clients with optional filtering by archived status.
Read
Low risk
List Entries
tick:list_entries
List time entries with optional filtering by project, task, user, date range, and billing status.
Read
Low risk
List Projects
tick:list_projects
List all projects with optional filtering by client and closed status.
Read
Low risk
List Tasks
tick:list_tasks
List all tasks with optional filtering by project and closed status.
Read
Low risk
List Users
tick:list_users
List all users in the Tick account.
Read
Low risk
Start Timer
tick:start_timer
Start a timer for a specific task. This creates a running timer that can be stopped later.
Write
Medium risk
Stop Timer
tick:stop_timer
Stop a running timer and save the time entry.
Write
Medium risk
Update Client
tick:update_client
Update an existing client in Tick.
Write
Medium risk
Update Entry
tick:update_entry
Update an existing time entry in Tick.
Write
Medium risk
Update Project
tick:update_project
Update an existing project in Tick.
Write
Medium risk
Update Task
tick:update_task
Update an existing task in Tick.
Write
Medium risk