Content Provenance
CP
Content Provenance
/anchor_creation

anchor creation

Anchor any creation event to the Knox event chain and return a self-authenticating provenance bundle. Three creation modes are supported: human_original (camera

liveunknown~5s typical
mcpcontentprovenance
$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-content-provenance /anchor_creation for me.

Input

FieldTypeDescription
name*stringDisplay name for the work (max 256 chars).
contentHash*stringSHA-256 digest of the content as 64 lowercase hex chars. The content itself is not transmi
contentTypestringMIME type (max 128 chars).
sizeBytesintegerContent size in bytes.
source*string (human_original | ai_generated | ai_assisted_hybrid)Creation source.
aiobjectAI-generation metadata (required when source = ai_generated).
hybridobjectHybrid-creation metadata (required when source = ai_assisted_hybrid).
humanobjectHuman-original metadata (optional when source = human_original).

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-content-provenance","endpoint":"/anchor_creation","input":{"name":"...","contentHash":"...","source":"human_original"}}'
cli
npx cracked-ai run -p mcp-com-bonissystems-content-provenance -e /anchor_creation -i '{"name":"...","contentHash":"...","source":"human_original"}'
mcp
run_tool({ provider: "mcp-com-bonissystems-content-provenance", endpoint: "/anchor_creation", input: {"name":"...","contentHash":"...","source":"human_original"} })

Try it

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