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 Call
leexi:create_call
Create a new call/meeting for recording and analysis.
Write
Medium risk
Delete Call
leexi:delete_call
Delete a call and all associated data (transcription, analysis, recordings).
Write
High risk
Get Analysis
leexi:get_analysis
Get AI-powered analysis of a call including sentiment, topics, and insights.
Read
Low risk
Get Call
leexi:get_call
Fetch a single call by ID with transcription and analysis data.
Read
Low risk
Get Transcription
leexi:get_transcription
Get the transcription for a completed call with speaker identification.
Read
Low risk
List Calls
leexi:list_calls
List calls with optional filtering and pagination.
Read
Low risk
List Participants
leexi:list_participants
List all participants in a call with their engagement metrics.
Read
Low risk
Search Calls
leexi:search_calls
Search calls by content, keywords, or metadata with advanced filtering.
Read
Low risk
Start Recording
leexi:start_recording
Start recording a scheduled call.
Write
Medium risk
Stop Recording
leexi:stop_recording
Stop recording a call and trigger post-processing (transcription and analysis).
Write
Medium risk
Update Call
leexi:update_call
Update an existing call's details.
Write
Medium risk