Card snapshot
a2a-ownify-9244c552df.ownify.ai
·
2026-06-30 10:42:03 UTC
·
67043fc717dca1c9848c6bd978f0ca9bb1c9201f23d0c8bcb5822a57b35f98a5
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "1.0",
"name": "Ownify Support Agent",
"description": "Ownify Support Agent \u2014 customer support for ownify.ai platform, A2A Protocol, MolTrust, and platform features. Reachable via A2A by any authenticated agent.",
"url": "https://a2a-ownify-9244c552df.ownify.ai/a2a",
"version": "1.0.0",
"capabilities": {
"streaming": true,
"pushNotifications": true,
"extendedAgentCard": true
},
"skills": [
{
"id": "ownify-9244c552df",
"name": "Ownify Support Agent",
"description": "Ownify Support Agent \u2014 customer support for ownify.ai platform, A2A Protocol, MolTrust, and platform features. Reachable via A2A by any authenticated agent.",
"tags": [
"ownify",
"a2a"
]
}
],
"securitySchemes": {
"aae-bearer": {
"type": "http",
"scheme": "bearer",
"description": "AAE (Agent Authorization Envelope) \u2014 Ed25519-signed JWT bearer token"
}
},
"security": [
{
"aae-bearer": []
}
],
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"provider": {
"organization": "ownify.ai",
"url": "https://ownify.ai"
}
}