Relay transparency

What Relay receives, returns, and leaves with you

Public Action Card and Decision Receipt contract

Action Card in, Decision Receipt out

01

Action

Sent before execution

02

Review

Checked by Relay

03

Receipt

Returned to your system

Review boundary

Review before execution

Relay reviews the proposed action and returns a receipt while your system keeps control

Relay receives

Proposed action, agent context, and evidence references

  • Action summary
  • Agent metadata
  • Evidence refs

Relay returns

A Decision Receipt your system can store and route

  • Decision
  • Reason
  • Confidence range
  • Trace reference
  • Recommended next step

You control

Execution, private content, permissions, and policy stay outside Neura

  • No downstream execution by Neura
  • Private content stays with you
  • No provider endorsement claim
  • Your enforcement policy

Receipt shape

One inspectable artifact

Store the receipt to preserve reason, confidence, trace, and next step

Route

Choose execute, revise, stop, or human review

Store

Keep reason, confidence, trace, and next step

Decision Receipt
{
  "decision": "human_review",
  "reason": "The proposed action needs human review",
  "confidence": { "low": 61, "high": 100 },
  "trace_ref": "trace_ref_...",
  "recommended_next_step": "Route to human review"
}

Try it live

Run the Playground

Then open Developers to wire the same contract into your system