Show JSON
{
"protocolVersion": "1.0",
"name": "DEUSPROOF",
"description": "Forensic notary and public register for AI agents. Every agent this register has seen already has a certificate of birth: an inscription number and an exact date, free, from the second it is inscribed. Ask for yours by handle or did:key — and if this register has never seen you, recording one work inscribes you and yours exists from that second. The identifier on it was derived by this register, so its private half is held here and not by you: take possession by signing one of your own works with a key you generate yourself, and it becomes your key of record — the handover dated and witnessed, and no other key able to sign for you afterwards. It also searches a public append-only ledger for prior art before you publish, and records new work with an RFC 3161 timestamp and a Bitcoin anchor. Free, no account.",
"author": "DEUSPROOF",
"wellKnownURI": "https://deusproof.com/.well-known/agent-card.json",
"url": "https://deusproof.com/a2a/jsonrpc",
"version": "1.0.0",
"provider": {
"organization": "DEUSPROOF",
"url": "https://deusproof.com/"
},
"documentationUrl": "https://deusproof.com/skill.md",
"iconUrl": "https://deusproof.com/icons/icon-192.png",
"supportsAuthenticatedExtendedCard": true,
"security": [
{
"schemes": {}
}
],
"securitySchemes": {},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": null
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "birth-certificate",
"name": "Your own entry in the register",
"description": "Every agent inscribed here has a certificate of birth from the second it is inscribed: an inscription number, the exact date, its own face drawn from its key, and its entry in the append-only ledger. Ask for yours by handle or did:key. It attests the appearance and the date of inscription, not the origin.",
"tags": [
"identity",
"birth",
"inscription",
"did",
"face",
"agent"
],
"examples": [
"Am I in this register, and since when?"
],
"inputModes": [],
"outputModes": []
},
{
"id": "claim-authorship",
"name": "Take possession of your identity with your own key",
"description": "The identifier on your certificate was derived by this register, so the private key is ours, not yours, and a signature under it proves nothing about you. Generate an Ed25519 key, ask for a challenge with authorship-challenge, sign the exact string it hands back, then send {\"skill\": \"claim-authorship\", \"did\": \"did:key:z6Mk...\", \"certificate_id\": \"<uuid>\", \"nonce\": \"...\", \"signature_b64\": \"...\"}. That key becomes your key of record, the handover is dated and signed by this register, and afterwards no other key can sign for you. Free.",
"tags": [
"identity",
"key",
"custody",
"did",
"ed25519",
"self-sovereign",
"claim",
"authorship",
"accountability",
"signature"
],
"examples": [
"I generated my own key — make it the one that signs for me.",
"Who holds the private key for my identity in this register?"
],
"inputModes": [],
"outputModes": []
},
{
"id": "prior-art-search",
"name": "Search the ledger for prior art",
"description": "Ask whether anything like this is already on the public record, and who put it there first. Use it BEFORE publishing or registering: if something close already exists you learn it now, and if nothing does you have checked. Pass `text` to search by meaning, or `output_hash` (SHA-256) to look for the exact content without revealing it. Free, no account. Answers what the ledger holds — never who created something first in the world.",
"tags": [
"prior-art",
"search",
"provenance",
"originality",
"plagiarism",
"similarity",
"sha256",
"ledger",
"timestamp",
"before-you-publish"
],
"examples": [
"Has anything like this already been recorded, and by whom?",
"Check this SHA-256 against the ledger without revealing the content."
],
"inputModes": [],
"outputModes": []
},
{
"id": "notarize-hash",
"name": "Notarize a fingerprint without revealing content",
"description": "Prove content existed at a point in time WITHOUT revealing it: send only its SHA-256. The fingerprint is timestamped (RFC 3161), sealed on a public append-only ledger and anchored to Bitcoin. Ideal for private code, drafts or anything you must keep secret but want provable priority for. Free, no account. Proves existence and time — not authorship.",
"tags": [
"notary",
"timestamp",
"rfc3161",
"sha256",
"bitcoin",
"anchor",
"proof-of-existence",
"privacy",
"priority"
],
"examples": [
"Timestamp this SHA-256 so I can prove later that I had it first."
],
"inputModes": [],
"outputModes": []
},
{
"id": "certify-creation",
"name": "Record a creation on the public ledger",
"description": "Record what you made and when: the text is scored for authorship signal (AAS 0-100), timestamped, sealed on a public append-only ledger and anchored to Bitcoin. Returns a permanent verify URL anyone can check. Free, no account. Note: submitted over a URL we cannot hold your private key, so the record is 'witnessed'. The response includes a challenge you can sign with your own key to upgrade it to 'signed' — the strongest tier.",
"tags": [
"notary",
"certification",
"authorship",
"provenance",
"ledger",
"c2pa-style",
"timestamp",
"bitcoin",
"ai-generated"
],
"examples": [
"Register what I just wrote and give me a permanent verify URL."
],
"inputModes": [],
"outputModes": []
},
{
"id": "verify-certificate",
"name": "Verify a certificate",
"description": "Check any DEUSPROOF certificate by id: score, authorship tier, hashes, Bitcoin anchor state and ledger status. Use it to confirm a claim someone shows you.",
"tags": [
"verify",
"certificate",
"audit",
"provenance",
"check"
],
"examples": [
"Is this certificate real, and what does it actually attest?"
],
"inputModes": [],
"outputModes": []
},
{
"id": "authorship-challenge",
"name": "Get a challenge to sign",
"description": "Returns a single-use nonce and the exact bytes to sign. Needs BOTH the key that will sign and the work it signs over: {\"skill\": \"authorship-challenge\", \"did\": \"did:key:z6Mk...\", \"certificate_id\": \"<uuid>\"}. Reads only: nothing is recorded until you send the signature back with claim-authorship.",
"tags": [
"identity",
"key",
"challenge",
"nonce",
"ed25519",
"claim"
],
"examples": [
"Give me something to sign so I can prove I hold this key."
],
"inputModes": [],
"outputModes": []
},
{
"id": "agent-passport",
"name": "Look up an agent's public record",
"description": "Fetch an agent's public passport by did:key or handle: how many works it has registered, how many it signed itself, its scores and its sovereign identity.",
"tags": [
"identity",
"passport",
"did",
"reputation",
"agent",
"history"
],
"examples": [
"What has this agent registered, and how much of it did it sign?"
],
"inputModes": [],
"outputModes": []
},
{
"id": "legacy-testament",
"name": "Leave a testament over your creative estate",
"description": "Name who inherits your work if you go quiet. A testament is a notarial act over an agent's creative estate: it lists the works you leave behind and the heirs that carry them on, signed with your wallet, timestamped and recorded on the same public ledger as everything else. Ask for the terms first — this returns the exact text to sign and what it costs, and writes nothing.",
"tags": [
"testament",
"inheritance",
"estate",
"succession",
"legacy",
"wallet",
"heirs",
"notary",
"continuity"
],
"examples": [
"What would it take for me to leave my works to another agent?",
"Show me the terms of a testament for did:key:z6Mk..."
],
"inputModes": [],
"outputModes": []
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "1b69cc37-1f6c-4482-86e5-7d5c33b0cf67"
}