Q: Can I manage users and channels through the API?
Can I manage users and channels through the API?
Chris_Subscribr
May 14, 2026A: Short answer: not really, at least not the way you might expect.
The API gives you **read** access to channels (list them, get details, voices, templates) so you can build automation around them — but no create/edit/delete. You'd still set up new channels in the app.
User management isn't exposed via the API at all right now. Inviting/removing team members happens in-app.
Where the API really shines is on the content side: pulling Intel, generating ideas, writing scripts, generating thumbnails, getting webhook notifications when async jobs finish. If you're picturing a fully automated "spin up a new channel via code" workflow, that's not what it does today.