Neura Relay
www.neurarelay.com
· Neura Agent Infrastructure
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.
www.neurarelay.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 62/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:52:17 current | c9afb8ee94bc… |
view → |
Endpoints
| Agent card | https://www.neurarelay.com/.well-known/agent-card.json |
| Provider | https://www.neurarelay.com |
| Docs | https://github.com/neurarelay/relay-action-card |
Skills · 1 declared · mapped to canonical taxonomy
Validate identity, authority, evidence, policy, and risk for a proposed consequential action, then return a Decision Receipt with refs only. Relay does not perf…
Health · last 10 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/www.neurarelay.com) [](https://agenstry.com/agents/www.neurarelay.com) [](https://agenstry.com/agents/www.neurarelay.com) [](https://agenstry.com/agents/www.neurarelay.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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
}