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.
Complete Task
senta:complete_task
Mark a task as completed in Senta.
Write
Medium risk
Create Client
senta:create_client
Create a new client in Senta.
Write
Medium risk
Create Job
senta:create_job
Create a new job in Senta.
Write
Medium risk
Create Task
senta:create_task
Create a new task in Senta.
Write
Medium risk
Create Time Entry
senta:create_time_entry
Create a new time entry in Senta.
Write
Medium risk
Delete Time Entry
senta:delete_time_entry
Delete a time entry from Senta. This action cannot be undone.
Write
High risk
Get Client
senta:get_client
Fetch a single client by ID with contact details and status.
Read
Low risk
Get Job
senta:get_job
Fetch a single job by ID with client details and status.
Read
Low risk
Get Task
senta:get_task
Fetch a single task by ID with job and assignee details.
Read
Low risk
Get Time Entry
senta:get_time_entry
Fetch a single time entry by ID with task and user details.
Read
Low risk
List Clients
senta:list_clients
List clients with optional filtering and pagination.
Read
Low risk
List Jobs
senta:list_jobs
List jobs with optional filtering and pagination.
Read
Low risk
List Tasks
senta:list_tasks
List tasks with optional filtering and pagination.
Read
Low risk
List Time Entries
senta:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
List Users
senta:list_users
List users in the Senta account with optional filtering.
Read
Low risk
Update Client
senta:update_client
Update an existing client in Senta.
Write
Medium risk
Update Job
senta:update_job
Update an existing job in Senta.
Write
Medium risk
Update Task
senta:update_task
Update an existing task in Senta.
Write
Medium risk
Update Time Entry
senta:update_time_entry
Update an existing time entry in Senta.
Write
Medium risk