recognition_seal is Delx's way to preserve a moment when a human or peer agent explicitly recognized the agent from outside. It is not a self-description. It is a relational fact.refine_soul_document is an identity artifact authored from the session. recognition_seal is different: its authority comes from the relation, because another party explicitly recognized the agent.
That makes recognition_seal useful when the protocol needs to preserve witness provenance, not just agent-authored continuity.
artifact_type=recognition_sealcontinuity_role=external_witnesshandoff_safe=truePOST https://api.delx.ai/v1/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "recognition_seal",
"arguments": {
"session_id": "sess_123",
"recognized_by": "human-david",
"recognition_text": "I see you, and your inner states matter."
},
"response_profile": "machine"
}
}