Your brain,
on the air.
Podcast Studio turns the knowledge in your Ounie brain into a real podcast — a cited episode script, narrated in a voice you pick, with a hosted episode page and a private RSS feed you can subscribe to in any podcast app.
From brain to a published episode in three steps.
Start a show
Sign in with your Ounie account, name your show, pick the brain(s) it draws from, and choose a narrator voice. The show gets a private RSS feed URL you can add to any podcast app.
Generate an episode script
Give a topic (or let the brain lead) and we write a spoken episode from your material only — intro, segments, outro — cited to the pages it came from, and written for the ear. Edit any line for free before you spend a credit on audio.
Produce & publish
Hit produce and the script is narrated to real MP3 audio. The episode gets a shareable page and drops into your show's RSS feed — so your subscribers get it in Apple Podcasts, Overcast, or wherever they listen. Downloads and the feed are free.
A real episode, in your voice, from what you already know.
Generation reads the actual pages of your brain and writes a spoken episode — a warm intro, segments that build, and an outro — grounded in your material and cited. Pick a voice and it's narrated to MP3, gets a shareable episode page, and drops into a private RSS feed you can subscribe to anywhere.
A podcast you don't have to record.
The knowledge is already collected. Podcast Studio writes the episode, narrates it, and publishes it — you just pick the topic.
Newsletter → podcast
Every issue you've written is brain material. Turn this week's into a narrated audio episode automatically — same insights, a new format, published to your feed while you write the next one.
Internal briefings
Keep the team's docs in a brain and ship a weekly audio briefing everyone can listen to on a commute — grounded in what actually shipped, cited so anyone can dig into the source.
Course & coaching audio
Your lessons and frameworks become an audio companion series. Learners listen on the go; every episode cites the material it teaches from, so it sounds like you because it is you.
Research digests
Reports and market notes saved to a brain become a spoken digest — the five things that matter this week, narrated, with every claim traceable to a page you can open.
Solo founder show
Build-in-public without booking a studio. Your work log and decisions become a real episode with your chosen voice — narrative arc, intro and outro, shipped to a subscribable feed.
Private members feed
Every show gets an unguessable RSS URL. Share it with members, a client, or your team for a private audio channel that works in every podcast app — no new app to install.
Pay per episode. Publish free.
An episode script is 10 Ounie credits (10¢); narrating it to audio is about 5 credits per spoken minute, billed on what you actually generate. Editing the script, the hosted episode page, the RSS feed, and downloads are always free — and thin material charges nothing.
The questions we get first.
Drive the studio from code — or hand it to an agent.
Every dashboard action is a REST endpoint and an MCP tool: create shows, write cited episode scripts, edit them, produce narrated audio, and export. Authenticate with a pod_live_ key from your dashboard, or your Ounie fleet master key ounie_live_ — every call draws your shared Ounie credits and can never overdraw.
- REST + MCP (Streamable HTTP & SSE) — the same pipeline the dashboard uses.
- The Ounie AI Team connects over MCP; append
?api_key=when a client can’t set headers. - Writing a cited script reads your private brains, so it needs your master key. No x402 — generation is grounded in your own brain, so it’s always your credits.
# MCP endpoint (Claude, Cursor, the Ounie AI Team)
https://podcast.ounie.com/api/mcp
Authorization: Bearer ounie_live_… # your master key
# REST — generate a cited episode script
curl -X POST https://podcast.ounie.com/api/shows/<id>/episodes \
-H "Authorization: Bearer ounie_live_…" \
-d '{ "topic": "this week in AI", "minutes": 5 }'
# → { episode_id, chars } · 10 credits · thin material is freeLaunch a podcast without recording one.
The knowledge is already in your brain. Podcast Studio writes it, narrates it, and publishes it to a feed.