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
transistor_fm:create_episode
Create a new podcast episode in a specific show.
Write
Medium risk
Create Show
transistor_fm:create_show
Create a new podcast show in your Transistor.fm account.
Write
Medium risk
Delete Episode
transistor_fm:delete_episode
Permanently delete a podcast episode. This action cannot be undone.
Write
High risk
Get Analytics
transistor_fm:get_analytics
Get podcast analytics data for a specific show and date range.
Read
Low risk
Get Episode
transistor_fm:get_episode
Fetch a single podcast episode by ID with all details including audio file and transcript.
Read
Low risk
Get Show
transistor_fm:get_show
Fetch a single podcast show by ID with all details including artwork and settings.
Read
Low risk
List Episodes
transistor_fm:list_episodes
List podcast episodes with optional filtering by show and status.
Read
Low risk
List Shows
transistor_fm:list_shows
List all podcast shows in your Transistor.fm account with pagination.
Read
Low risk
Publish Episode
transistor_fm:publish_episode
Publish a draft episode or schedule it for future publication.
Write
Low risk
Update Episode
transistor_fm:update_episode
Update an existing podcast episode's details.
Write
Medium risk
Update Show
transistor_fm:update_show
Update an existing podcast show's details.
Write
Medium risk