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.
Calculate Kpi
plecto:calculate_kpi
Trigger a manual calculation for a KPI in Plecto.
Write
Medium risk
Create Dashboard
plecto:create_dashboard
Create a new dashboard in Plecto.
Write
Medium risk
Create Kpi
plecto:create_kpi
Create a new KPI in Plecto.
Write
Medium risk
Create Registration
plecto:create_registration
Create a new registration (data point) in Plecto.
Write
Medium risk
Delete Dashboard
plecto:delete_dashboard
Delete a dashboard from Plecto. This action cannot be undone.
Write
High risk
Delete Kpi
plecto:delete_kpi
Delete a KPI from Plecto. This action cannot be undone.
Write
High risk
Delete Registration
plecto:delete_registration
Delete a registration (data point) from Plecto. This action cannot be undone.
Write
High risk
Get Dashboard
plecto:get_dashboard
Fetch a single dashboard by ID with its configuration and widgets.
Read
Low risk
Get Data Source
plecto:get_data_source
Fetch a single data source by ID with its configuration and connection details.
Read
Low risk
Get Kpi
plecto:get_kpi
Fetch a single KPI by ID with its configuration and current value.
Read
Low risk
Get Member
plecto:get_member
Fetch a single member (user/employee) by ID with their details and permissions.
Read
Low risk
Get Registration
plecto:get_registration
Fetch a single registration (data point) by ID.
Read
Low risk
List Dashboards
plecto:list_dashboards
List all dashboards with optional filtering and pagination.
Read
Low risk
List Data Sources
plecto:list_data_sources
List all data sources with optional filtering and pagination.
Read
Low risk
List Kpis
plecto:list_kpis
List all KPIs with optional filtering and pagination.
Read
Low risk
List Members
plecto:list_members
List all members (users/employees) with optional filtering and pagination.
Read
Low risk
List Registrations
plecto:list_registrations
List registrations (data points) with optional filtering and pagination.
Read
Low risk
Sync Data Source
plecto:sync_data_source
Trigger a manual sync for a data source in Plecto.
Write
Medium risk
Update Dashboard
plecto:update_dashboard
Update an existing dashboard in Plecto.
Write
Medium risk
Update Kpi
plecto:update_kpi
Update an existing KPI in Plecto.
Write
Medium risk
Update Registration
plecto:update_registration
Update an existing registration (data point) in Plecto.
Write
Medium risk