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.
Approve Time Records
actitime:approve_time_records
Approve multiple time records at once in ActiTime.
Write
Medium risk
Create Customer
actitime:create_customer
Create a new customer in ActiTime with the specified details.
Write
Medium risk
Create Project
actitime:create_project
Create a new project in ActiTime with the specified details.
Write
Medium risk
Create Time Record
actitime:create_time_record
Create a new time record in ActiTime for tracking work hours.
Write
Medium risk
Create User
actitime:create_user
Create a new user in ActiTime with the specified details.
Write
Medium risk
Delete Time Record
actitime:delete_time_record
Delete a time record from ActiTime. This action cannot be undone.
Write
High risk
Get Customer
actitime:get_customer
Fetch a single customer by ID with their details and status.
Read
Low risk
Get Project
actitime:get_project
Fetch a single project by ID with its details and status.
Read
Low risk
Get Task
actitime:get_task
Fetch a single task by ID with its details and status.
Read
Low risk
Get Time Record
actitime:get_time_record
Fetch a single time record by ID with all its details.
Read
Low risk
Get User
actitime:get_user
Fetch a single user by ID with their details and status.
Read
Low risk
List Customers
actitime:list_customers
List customers with optional filtering by status and search term.
Read
Low risk
List Projects
actitime:list_projects
List projects with optional filtering by status, customer, and search term.
Read
Low risk
List Tasks
actitime:list_tasks
List tasks with optional filtering by project, assignee, status, and search term.
Read
Low risk
List Time Records
actitime:list_time_records
List time records with optional filtering by user, project, date range, and status.
Read
Low risk
List Users
actitime:list_users
List users with optional filtering by status and department.
Read
Low risk
Update Project
actitime:update_project
Update an existing project's details in ActiTime.
Write
Medium risk
Update Time Record
actitime:update_time_record
Update an existing time record's details in ActiTime.
Write
Medium risk
Update User
actitime:update_user
Update an existing user's details in ActiTime.
Write
Medium risk