Knox Anchor
KA
Knox Anchor
/anchor_event

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

liveverifiedunknown~5s typical
mcpprobedknoxanchor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-bonissystems-knox-anchor /anchor_event for me.

Input

FieldTypeDescription
event_type*stringCanonical event type (call list_event_types to enumerate). Free-form strings are accepted
payload*objectJSON-serializable payload describing the agent action. Hashed verbatim into the chain; do

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-bonissystems-knox-anchor","endpoint":"/anchor_event","input":{"event_type":"...","payload":{}}}'
cli
npx cracked-ai run -p mcp-com-bonissystems-knox-anchor -e /anchor_event -i '{"event_type":"...","payload":{}}'
mcp
run_tool({ provider: "mcp-com-bonissystems-knox-anchor", endpoint: "/anchor_event", input: {"event_type":"...","payload":{}} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.