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.
Cancel Subscription
supercast:cancel_subscription
Cancel a subscriber's subscription. This will stop future billing.
Write
High risk
Create Episode
supercast:create_episode
Create a new episode for a show.
Write
Medium risk
Create Show
supercast:create_show
Create a new premium podcast show.
Write
Medium risk
Delete Episode
supercast:delete_episode
Delete an episode permanently. This action cannot be undone.
Write
High risk
Get Analytics
supercast:get_analytics
Get analytics data for a show within a date range.
Read
Low risk
Get Episode
supercast:get_episode
Fetch a single episode by ID with audio file and metadata.
Read
Low risk
Get Show
supercast:get_show
Fetch a single show by ID with details and subscription info.
Read
Low risk
Get Subscriber
supercast:get_subscriber
Fetch a single subscriber by ID with subscription details.
Read
Low risk
List Episodes
supercast:list_episodes
List episodes with pagination and filtering options.
Read
Low risk
List Shows
supercast:list_shows
List all shows with pagination and filtering options.
Read
Low risk
List Subscribers
supercast:list_subscribers
List subscribers with pagination and filtering options.
Read
Low risk
Send Subscriber Email
supercast:send_subscriber_email
Send an email to subscribers of a show.
Write
Medium risk
Update Episode
supercast:update_episode
Update an existing episode's details.
Write
Medium risk
Update Show
supercast:update_show
Update an existing show's details.
Write
Medium risk