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 Analysis
stammer_ai:create_analysis
Create a new speech analysis for a session recording.
Write
Medium risk
Create Session
stammer_ai:create_session
Create a new therapy session for a user with specified exercise type.
Write
Medium risk
Create User
stammer_ai:create_user
Create a new user account for speech therapy sessions.
Write
Medium risk
Get Analysis
stammer_ai:get_analysis
Fetch detailed speech analysis results including fluency metrics and recommendations.
Read
Low risk
Get Progress
stammer_ai:get_progress
Get user's therapy progress and improvement metrics over time.
Read
Low risk
Get Session
stammer_ai:get_session
Fetch a single therapy session with analysis results and recordings.
Read
Low risk
Get User
stammer_ai:get_user
Fetch a single user profile with therapy progress and settings.
Read
Low risk
List Exercises
stammer_ai:list_exercises
List available speech therapy exercises with filtering options.
Read
Low risk
List Sessions
stammer_ai:list_sessions
List therapy sessions with filtering and pagination options.
Read
Low risk
Update Session
stammer_ai:update_session
Update an existing therapy session with new status, notes, or completion data.
Write
Medium risk