Back to Neura Relay
Card snapshot
www.neurarelay.com
·
2026-05-18 12:52:17 UTC
·
c9afb8ee94bc0f1d9515a03568f3fff7e856e213fd2040c588ef2607e3430a5a
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": "0.3.0",
"name": "Neura Relay",
"description": "Governance participant for resolving proposed Action Cards into Decision Receipts before developer-owned execution. Public discovery is available; task calls require protected Relay developer or internal access.",
"url": "https://www.neurarelay.com/a2a",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://www.neurarelay.com/a2a",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "Neura Agent Infrastructure",
"url": "https://www.neurarelay.com"
},
"version": "0.1.1",
"documentationUrl": "https://github.com/neurarelay/relay-action-card",
"iconUrl": "https://www.neurarelay.com/icon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"relayDeveloperBearer": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "Relay developer or internal access token",
"description": "Protected Relay developer or internal access. Relay does not issue public production A2A tokens or public API keys."
}
},
"security": [
{
"relayDeveloperBearer": []
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "resolve_action_card",
"name": "Resolve Action Card",
"description": "Validate identity, authority, evidence, policy, and risk for a proposed consequential action, then return a Decision Receipt with refs only. Relay does not perform downstream execution.",
"tags": [
"agent-governance",
"decision-receipt",
"pre-action-validation",
"audit-trail"
],
"examples": [
"Return a Decision Receipt for this Action Card before my application executes it."
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"security": [
{
"relayDeveloperBearer": []
}
]
}
],
"supportsAuthenticatedExtendedCard": false
}