anchor_event
Anchor a generic agent action to the Knox chain. Accepts any event_type from the canonical taxonomy plus a payload object. Returns the anchor sequence, payload hash, predecessor hash, timestamp, and verify URL. Requires a Knox Bearer API key on the Authorization header — unauthenticated calls are rejected. Provision a key by contacting Bonis Systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | JSON-serializable payload describing the agent action. Hashed verbatim into the chain; do not include secrets — the payload is recoverable on verify. | |
| event_type | Yes | Canonical event type (call list_event_types to enumerate). Free-form strings are accepted but not federal-citation-grade. |