Knox · Content provenance

Cryptographic proof of when you made what you made.

POST a SHA-256 digest plus a declaration of how the content was created. Get back a Knox anchor, a C2PA-aligned envelope, and an FRE 902(13)/(14)-shape affidavit. The receipt is verifiable on the Bitcoin blockchain via OpenTimestamps without contacting Bonis Systems. Three creation modes: human-original, AI-generated, and AI-assisted hybrid.

SHA-256 anchoredKnox event chainBitcoin / OpenTimestampsC2PA-aligned envelopeFRE 902(13)/(14) architectural fitMCP-callableNo customer account required

TL;DR

Bonis is the evidence layer underneath the legal effect.

  • Three modes. human_original for original capture / writing / recording; ai_generated for model output (model + prompt + parameters anchored); ai_assisted_hybrid for human-AI collaboration with edit chain.
  • Defensive only. The agent does not adjudicate authorship, does not grant copyright, and does not enforce any intellectual-property claim. It records, timestamps, and produces independently verifiable receipts.
  • For AI work, this is the only IP available. Purely AI-generated content is not copyrightable in the U.S. (Thaler v. Perlmutter, 2023 D.C. district / affirmed 2025). The anchored receipt is the only evidence chain creators have.
  • For human work, this is deepfake-defense. A photographer who anchors a raw file at capture time has cryptographic proof their photo predates any later AI lookalike.
  • For hybrid work, this strengthens copyright. Anchored prompt iterations + edit-chain history are exactly what the Copyright Office wants to see when evaluating whether human authorship exists.
  • C2PA-aligned, not C2PA-replacing. Output envelope is a subset of the C2PA 1.x spec — compatible at the level a verifier can compare claim hashes to the Knox anchor. Adds Bitcoin-block-header durability on top of any C2PA signer.

Endpoints

Two ways to call. Same primitive.

HTTP REST: POST https://bonissystems.com/api/knox/agents/content-provenance. Body is JSON with name, contentHash (SHA-256, 64 lowercase hex chars), optional contentType + sizeBytes, and a source field (one of human_original, ai_generated, ai_assisted_hybrid). Mode-specific metadata under ai, hybrid, or human.

MCP server: POST https://bonissystems.com/api/knox/agents/content-provenance/mcp. JSON-RPC 2.0 over Streamable HTTP per MCP specification 2025-03-26. Tools: anchor_creation, verify_provenance. Standard methods: initialize, ping, tools/list, tools/call.

Verification: GET https://bonissystems.com/api/knox/verify?hash=<payload_hash>. Public. No authentication. Returns the anchor record, predecessor hash, and the OpenTimestamps proof reference.

Authentication: an auto-seeded public-demo Knox API key is provisioned on first call. No customer account required at the demo tier. Bearer Knox keys are honored on the Authorization header for tier upgrades.


What the bundle contains

Knox anchor + C2PA envelope + affidavit. All three from one call.

Knox anchor record

id, hash (SHA-256 payload commitment), previousHash, sequence number, timestamp (UTC), and a verifyUrl at /api/knox/verify?hash=…. The payload hash is rolled into Knox's hourly Merkle aggregation and submitted to the Bitcoin blockchain via OpenTimestamps. Independently verifiable.

C2PA-aligned envelope (subset of C2PA 1.x)

A claim block (title, instance ID bound to the Knox anchor, claim_generator, format), assertions (c2pa.created with digital_source_type; one of c2pa.ai_model / c2pa.hybrid_authorship / c2pa.capture; and c2pa.hash.data), and a Knox binding. Full manifest store + ingredient hashes are deferred to a follow-up build; this is honestly labeled “subset” and is C2PA-compatible at the verifier-level.

FRE 902(13)/(14)-shape affidavit

Plain-English affidavit declaring the content hash, declared source, anchor identifiers, predecessor hash, sequence, and verify URL. Includes the explicit disclaimer that Bonis Systems does not adjudicate authorship, does not grant copyright, and does not enforce any IP claim. Architected to satisfy FRE 902(13) / 902(14) self-authentication — admissibility in any given matter remains a determination of the presiding court.


Posture

Provenance, not copyright. Evidence, not rights.

U.S. copyright vests automatically on original works of authorship fixed in a tangible medium — that arises by operation of law, not by anchoring. Bonis Systems does not grant copyright on a hash. What the agent provides is the cryptographic provenance — proof of when content existed in what form — that the legal system increasingly requires alongside or in place of copyright as AI-generated content proliferates.

For purely AI-generated work, no copyright exists in the U.S. (Thaler v. Perlmutter, 2023 D.C. district / affirmed 2025; U.S. Copyright Office Compendium §313.2). The anchored receipt is the only evidence chain available. For human-authored work, the receipt is supplementary — copyright already exists by law; anchoring provides priority-of-creation evidence and deepfake-impersonation defense. For hybrid work, the receipt strengthens the case for human authorship by capturing the prompt iterations, edit history, and arrangement decisions the Copyright Office wants to see.

Defensive only

The agent reads what the creator presents and produces an anchored receipt. It does not access third-party content-credential systems without authorization, does not generate or modify content, does not undertake any disruption of any external system, and does not issue verdicts beyond the literal content-hash + creator- declared-source binding. Authorship determinations are reserved to the U.S. Copyright Office and the courts; AI-content disclosure determinations to the FTC, EU AI Act regulators, and state authorities; admissibility in any matter to the presiding court. Bonis Systems is the evidence layer underneath them, not in place of them.