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 Client
precisefp:create_client
Create a new client in PreciseFP.
Write
Medium risk
Create Engagement
precisefp:create_engagement
Create a new engagement between a client and questionnaire.
Write
Medium risk
Get Client
precisefp:get_client
Fetch a single client by ID with contact information and status.
Read
Low risk
Get Document
precisefp:get_document
Fetch a single document by ID with metadata and download information.
Read
Low risk
Get Engagement
precisefp:get_engagement
Fetch a single engagement by ID with client and questionnaire details.
Read
Low risk
Get Engagement Responses
precisefp:get_engagement_responses
Get all responses for a specific engagement.
Read
Low risk
Get Questionnaire
precisefp:get_questionnaire
Fetch a single questionnaire by ID with questions and settings.
Read
Low risk
List Clients
precisefp:list_clients
List clients with optional filtering and pagination.
Read
Low risk
List Documents
precisefp:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Engagements
precisefp:list_engagements
List engagements with optional filtering and pagination.
Read
Low risk
List Questionnaires
precisefp:list_questionnaires
List questionnaires with optional filtering and pagination.
Read
Low risk
Send Engagement Reminder
precisefp:send_engagement_reminder
Send a reminder email for an incomplete engagement.
Write
Medium risk
Update Client
precisefp:update_client
Update an existing client in PreciseFP.
Write
Medium risk