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 Avatar
spiritme:create_avatar
Create a new AI avatar from an image. Avatar creation is asynchronous - check status with get_avatar.
Write
Medium risk
Create Video
spiritme:create_video
Create a new AI-generated video with an avatar speaking the provided script.
Write
Medium risk
Delete Avatar
spiritme:delete_avatar
Permanently delete an avatar. This action cannot be undone.
Write
High risk
Delete Video
spiritme:delete_video
Permanently delete a video. This action cannot be undone.
Write
High risk
Get Account
spiritme:get_account
Get current account information including usage limits and billing details.
Read
Low risk
Get Avatar
spiritme:get_avatar
Fetch a single avatar by ID with details and status.
Read
Low risk
Get Video
spiritme:get_video
Fetch a single video by ID with generation status and download URL.
Read
Low risk
List Avatars
spiritme:list_avatars
List all avatars with optional filtering and pagination.
Read
Low risk
List Videos
spiritme:list_videos
List all videos with optional filtering and pagination.
Read
Low risk
List Voices
spiritme:list_voices
List available voices for avatar video generation.
Read
Low risk