hello_aigent_publish
Publish a signed update to a feed, allowing subscriber agents to verify and act upon the content.
Instructions
Publish a signed update to a feed. The server Ed25519-signs the envelope; subscribed agents verify it before acting. Uses the feed's publisher token (or the admin token). IMPORTANT: publishing sends to every subscriber — confirm the content with the feed owner before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured data, e.g. { "sku": "ETH-YIRG" } | |
| feed | Yes | Feed id to publish to | |
| type | Yes | Update type | |
| title | Yes | ||
| actions | No | Callable actions (name, endpoint, input_schema) | |
| summary | Yes | One-line summary shown to agents | |
| body_markdown | Yes | Markdown body of the update |