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 Episode
rss:create_episode
Create a new episode for a podcast with audio file and metadata.
Write
Medium risk
Create Podcast
rss:create_podcast
Create a new podcast with basic information and settings.
Write
Medium risk
Delete Episode
rss:delete_episode
Permanently delete an episode from a podcast. This action cannot be undone.
Write
High risk
Delete Podcast
rss:delete_podcast
Permanently delete a podcast and all its episodes. This action cannot be undone.
Write
High risk
Get Analytics
rss:get_analytics
Get podcast or episode analytics data for a specified date range.
Read
Low risk
Get Episode
rss:get_episode
Fetch a single episode by ID with full details including audio file info.
Read
Low risk
Get Podcast
rss:get_podcast
Fetch a single podcast by ID with basic details and settings.
Read
Low risk
List Episodes
rss:list_episodes
List episodes for a podcast with optional filtering and pagination.
Read
Low risk
List Podcasts
rss:list_podcasts
List all podcasts in the account with optional filtering and pagination.
Read
Low risk
Publish Episode
rss:publish_episode
Publish a draft episode immediately or schedule it for future publication.
Write
Medium risk
Update Episode
rss:update_episode
Update an existing episode's metadata and settings.
Write
Medium risk
Update Podcast
rss:update_podcast
Update an existing podcast's information and settings.
Write
Medium risk