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.
Add Participant
chmeetings:add_participant
Add a new participant to an existing meeting.
Write
Medium risk
Create Meeting
chmeetings:create_meeting
Create a new meeting with participants and settings.
Write
Medium risk
Delete Meeting
chmeetings:delete_meeting
Delete/cancel a meeting and optionally notify participants.
Write
High risk
Delete Recording
chmeetings:delete_recording
Permanently delete a meeting recording. This action cannot be undone.
Write
High risk
End Meeting
chmeetings:end_meeting
End an active meeting and get the final meeting summary.
Write
Medium risk
Get Meeting
chmeetings:get_meeting
Fetch a single meeting by ID with participants and details.
Read
Low risk
Get Participant
chmeetings:get_participant
Get details about a specific meeting participant.
Read
Low risk
Get Recording
chmeetings:get_recording
Get details about a meeting recording including download URLs.
Read
Low risk
List Meetings
chmeetings:list_meetings
List meetings with optional filtering and pagination.
Read
Low risk
List Participants
chmeetings:list_participants
List all participants in a meeting with their current status.
Read
Low risk
List Recordings
chmeetings:list_recordings
List meeting recordings with optional filtering and pagination.
Read
Low risk
Remove Participant
chmeetings:remove_participant
Remove a participant from a meeting.
Write
High risk
Start Meeting
chmeetings:start_meeting
Start a scheduled meeting and get the live meeting details.
Write
Medium risk
Update Meeting
chmeetings:update_meeting
Update an existing meeting's details, time, or participants.
Write
Medium risk