freshness_subscribe
Subscribe a machine/AI pipeline to ledger-change notifications: when a matching record changes, a signed "stale" event (with an F-037 receipt proving the change) is POSTed to your callback_url so your RAG/index can re-index. Filters: ledger (optional), entity and/or topic (case-insensitive title substring). At least one filter is required. Body is HMAC-signed with your secret (X-Receipt-Signature). Backfill never fires. Price 0.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | Additional case-insensitive substring | |
| entity | No | Case-insensitive substring of the item title | |
| ledger | No | Ledger key, e.g. 'sanction' (omit for all ledgers) | |
| secret | Yes | Shared secret used to HMAC-sign the POST body | |
| callbackUrl | Yes | HTTPS endpoint the stale event is POSTed to | |
| jurisdiction | No | Jurisdiction code (default 'jp') |