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 Entries
beebole_app:approve_time_entries
Approve multiple time entries at once for billing and payroll processing.
Write
Medium risk
Create Person
beebole_app:create_person
Create a new person/user account with the specified details.
Write
Medium risk
Create Project
beebole_app:create_project
Create a new project with the specified details.
Write
Medium risk
Create Time Entry
beebole_app:create_time_entry
Create a new time entry for a person on a specific project and date.
Write
Medium risk
Delete Person
beebole_app:delete_person
Permanently delete a person and all their time entries.
Write
High risk
Delete Project
beebole_app:delete_project
Permanently delete a project and all its time entries.
Write
High risk
Delete Time Entry
beebole_app:delete_time_entry
Permanently delete a time entry.
Write
High risk
Get Company
beebole_app:get_company
Fetch a single company by ID with basic details.
Read
Low risk
Get Person
beebole_app:get_person
Fetch a single person by ID with profile details and permissions.
Read
Low risk
Get Project
beebole_app:get_project
Fetch a single project by ID with details and status.
Read
Low risk
Get Time Entry
beebole_app:get_time_entry
Fetch a single time entry by ID with project and person details.
Read
Low risk
Get Time Summary
beebole_app:get_time_summary
Get time tracking summary with totals grouped by person, project, or date.
Read
Low risk
List Companies
beebole_app:list_companies
List all companies with pagination support.
Read
Low risk
List People
beebole_app:list_people
List people with filtering and pagination support.
Read
Low risk
List Projects
beebole_app:list_projects
List projects with filtering and pagination support.
Read
Low risk
List Time Entries
beebole_app:list_time_entries
List time entries with comprehensive filtering and pagination support.
Read
Low risk
Update Person
beebole_app:update_person
Update an existing person's profile and permissions.
Write
Medium risk
Update Project
beebole_app:update_project
Update an existing project with new details.
Write
Medium risk
Update Time Entry
beebole_app:update_time_entry
Update an existing time entry with new details.
Write
Medium risk