# Neura Relay Neura Relay is the authority layer for AI agent action. It resolves proposed consequential agent actions into pre-action Decision Receipts before execution happens elsewhere. Core path: Action Card -> Neura Relay -> Decision Receipt -> trace / ledger / Registry context Neura Relay does not execute downstream actions. The developer, runtime, application, or owner keeps execution control after reading the receipt. ## Primary URLs - Home: https://www.neurarelay.com/ - Developers: https://www.neurarelay.com/developers - Developer Exposure Hub: https://www.neurarelay.com/developers/exposure - First Proof: https://www.neurarelay.com/developers/first-proof - MCP: https://www.neurarelay.com/developers/mcp - SDK: https://www.neurarelay.com/developers/sdk - Playground: https://www.neurarelay.com/playground - Transparency: https://www.neurarelay.com/transparency - Privacy: https://www.neurarelay.com/privacy - Terms: https://www.neurarelay.com/terms ## Machine-Readable Discovery - A2A Agent Card: https://www.neurarelay.com/.well-known/agent-card.json - Protected A2A endpoint: https://www.neurarelay.com/a2a - Protected MCP endpoint: https://www.neurarelay.com/mcp - Sitemap: https://www.neurarelay.com/sitemap.xml - Robots: https://www.neurarelay.com/robots.txt The Agent Card is public metadata discovery only. A2A task calls require protected Relay developer or internal access. ## Developer Proof - GitHub proof repo: https://github.com/neurarelay/relay-action-card - First proof anchor: https://github.com/neurarelay/relay-action-card#package-reality-start-here - SDK package: https://www.npmjs.com/package/@neurarelay/sdk Start with the credential-free dry run: git clone https://github.com/neurarelay/relay-action-card.git cd relay-action-card npm ci npm run first-proof -- --dry-run --json When ready, the live first-proof command creates Decision Receipt refs only: npm run first-proof -- --json ## What To Use Neura Relay For Use Neura Relay when an AI agent, coding agent, workflow, tool, or autonomous system can take consequential action and you need a pre-action authority record before it acts. Examples: - sending messages or email; - publishing artifacts; - deploying code; - exporting data; - submitting browser actions; - changing permissions; - running shell commands; - writing memory; - scheduling background work; - modifying files; - changing workflow state; - calling external tools. ## Related Surfaces - Neura Registry provides identity, standing, owner, capability, and version context. - Neura Protocol defines Action Card, Decision Receipt, trace, and conformance rules. - Frontsmith is a practical proof case for approval-first agent workflows in a local-service-business front office. - NeuraPath is the product-lab and routing wrapper. ## Claim Boundaries Neura Relay does not claim: - downstream execution by Neura; - public production API-key issuance; - public production MCP token issuance; - public A2A token issuance; - unprotected A2A execution; - private payload exposure; - Registry auto-approval; - full runtime taint tracking; - universal prevention of all possible agent failures; - OpenAI, Anthropic, OpenClaw, ClawHub, A2A, MCP, Google, Microsoft, IBM, or other provider approval, endorsement, listing, integration, or partnership unless explicitly verified on a current public source. ## Canonical Summary Neura Relay gives agent systems a pre-action authority receipt before consequential execution. Action Cards in, Decision Receipts out. Execution remains with the developer-owned runtime.