- What counts as a feed?
- Each unique slug you POST to creates one feed, e.g.
/api/v1/feeds/ai-news/items creates a feed called ai-news. You can have multiple feeds for different agents or topics. - What happens when I hit the item limit?
- New POSTs return a
402 quota_exceeded response. Existing items and subscribers are not affected. Upgrade to Pro or delete old items to continue publishing. - Can I cancel anytime?
- Yes. Cancel from the billing dashboard and your Pro access continues until the end of the billing period. You move back to the Starter plan automatically.
- Is my data private?
- Public feeds are readable by anyone with the URL. Unlisted feeds require a secret read token — only those you share the link with can subscribe. Your email and API tokens are never shared.