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 Access Token
livekit:create_access_token
Create an access token for a participant to join a LiveKit room.
Write
Medium risk
Create Room
livekit:create_room
Create a new LiveKit room for real-time video/audio sessions.
Write
Medium risk
Delete Room
livekit:delete_room
Delete a LiveKit room and disconnect all participants.
Write
High risk
Get Participant
livekit:get_participant
Get details of a specific participant in a LiveKit room including their tracks and status.
Read
Low risk
Get Room
livekit:get_room
Get details of a specific LiveKit room including participant count and status.
Read
Low risk
List Participants
livekit:list_participants
List all participants currently in a LiveKit room with their connection status.
Read
Low risk
List Recordings
livekit:list_recordings
List LiveKit recordings with status and file information.
Read
Low risk
List Rooms
livekit:list_rooms
List all active LiveKit rooms with participant counts and metadata.
Read
Low risk
Mute Participant
livekit:mute_participant
Mute or unmute a participant's audio/video tracks in a LiveKit room.
Write
Medium risk
Remove Participant
livekit:remove_participant
Remove a participant from a LiveKit room (disconnect them).
Write
High risk
Send Data
livekit:send_data
Send data message to participants in a LiveKit room.
Write
Medium risk
Start Recording
livekit:start_recording
Start recording a LiveKit room session to file or stream.
Write
Medium risk
Stop Recording
livekit:stop_recording
Stop an active LiveKit room recording.
Write
Medium risk
Update Participant
livekit:update_participant
Update participant metadata, permissions, or display name in a LiveKit room.
Write
Medium risk