> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/manage-private-feed-access/add-a-private-feed-listener.md).

# Add a private-feed listener

Preview, create, and verify one listener for a protected podcast feed.

Create a listener with an email or username, then verify the returned access state.

## Before you start

* Confirm that the target podcast is protected.
* Confirm edit permission and available listener allowance.
* Prepare the listener's email or username and optional expiry.
* Prepare one stable idempotency key.

## Add the listener

1. Preview `create_listener` with the listener attributes and `dry_run: true`.
2. Review the podcast ID, normalized email or username, expiry, and `password_supplied` indicator.
3. Confirm the exact preview with the same idempotency key and the `confirm` value from the preview.
4. Submit the creation once.
5. Keep the listener ID and review its status.
6. List listeners for the podcast and verify the new record.

Provide either an email or username. An email without a supplied password normally creates a pending invitation. A supplied password creates active access, so transfer it only through an approved secure channel.

## Expected result

Podigee creates one listener in the intended podcast and returns a pending or active state.

## If creation is blocked

Resolve a duplicate email, invalid expiry, listener allowance, podcast access, or feed-protection issue. Then request a new preview.

## Next step

[Find the correct private feed URL](/documentation/start-here/ai-agents/manage-private-feed-access/find-the-correct-private-feed-url.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/start-here/ai-agents/manage-private-feed-access/add-a-private-feed-listener.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
