hello_aigent_create_feed
Create a Hello Aigent feed agents can subscribe to, receiving a generated discovery file plus a publisher token for authorizing updates. Requires the admin token.
Instructions
Create a Hello Aigent feed (a stream agents subscribe to). Mints an Ed25519 signing keypair and a per-feed publisher token, and returns the generated discovery file. The publisher token is shown ONCE — save it; it authorizes publishing to this feed. Requires the admin token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional feed id slug; auto-derived from the title if omitted | |
| title | Yes | Human title, e.g. "Acme Roast Drops" | |
| topics | No | Topics, e.g. ["restocks","offers"] | |
| description | Yes | What this feed publishes | |
| publisher_name | Yes | The publisher/brand name | |
| publisher_site | Yes | The publisher website URL |