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 Record
triggre:create_record
Create a new record in a Triggre table.
Write
Medium risk
Delete Record
triggre:delete_record
Delete a record from a Triggre table. This action cannot be undone.
Write
High risk
Get Record
triggre:get_record
Fetch a single record by ID from a Triggre table.
Read
Low risk
Get User
triggre:get_user
Fetch a single user by ID from your Triggre application.
Read
Low risk
Get Workflow Status
triggre:get_workflow_status
Get the status and results of a workflow execution.
Read
Low risk
List Records
triggre:list_records
List records from a Triggre table with optional filtering and sorting.
Read
Low risk
List Tables
triggre:list_tables
List all tables in your Triggre application with optional schema information.
Read
Low risk
List Users
triggre:list_users
List users in your Triggre application with optional filtering.
Read
Low risk
Trigger Workflow
triggre:trigger_workflow
Trigger a workflow in your Triggre application with optional input data.
Write
Medium risk
Update Record
triggre:update_record
Update an existing record in a Triggre table.
Write
Medium risk