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
redcircle_api:create_episode
Create a new podcast episode with audio and metadata.
Write
Medium risk
Create Show
redcircle_api:create_show
Create a new podcast show with basic metadata.
Write
Medium risk
Delete Episode
redcircle_api:delete_episode
Permanently delete a podcast episode. This action cannot be undone.
Write
High risk
Get Analytics
redcircle_api:get_analytics
Get podcast analytics data for shows, episodes, or account-wide metrics.
Read
Low risk
Get Episode
redcircle_api:get_episode
Fetch a single podcast episode by ID with metadata and analytics.
Read
Low risk
Get Show
redcircle_api:get_show
Fetch a single podcast show by ID with basic metadata and statistics.
Read
Low risk
List Episodes
redcircle_api:list_episodes
List podcast episodes with optional filtering and pagination.
Read
Low risk
List Shows
redcircle_api:list_shows
List podcast shows with optional filtering and pagination.
Read
Low risk
Publish Episode
redcircle_api:publish_episode
Publish a draft episode immediately or schedule it for later publication.
Write
Medium risk
Update Episode
redcircle_api:update_episode
Update an existing podcast episode's metadata and content.
Write
Medium risk
Update Show
redcircle_api:update_show
Update an existing podcast show's metadata.
Write
Medium risk