Add a decision layer to AI agent systems
See how Neura evaluates AI actions, returns a Decision Receipt, and fits into your agent stack
Playground
Run a representative AI action, inspect the decision and receipt, and see what your runtime receives
Action
Enter the action an agent wants to take
await relay.resolve({ action_card: { version: "0.1", proposedAction: { summary: "<proposed action>" } } })
Review
Runs after you submit the proposed action
Decision
Unlocks when Relay returns the decision
Run a local check
See how Relay reviews a proposed action before execution
Use this command to clone the repo, run the local check, and inspect the Decision Receipt
git clone https://github.com/neurarelay/relay-action-card.git
cd relay-action-card
npm ci
npm run first-proof -- --dry-run --source=builders --campaign=package_reality_first_proof --surface=builders_first_proof --jsonAbout the local check
No account or token needed
Uses sample data only
Returns a Decision Receipt
Chooses what happens next
Use this after the local check to create a real Decision Receipt reference for your evaluation
npm run first-proof -- --source=builders --campaign=package_reality_first_proof --surface=builders_first_proof --jsonChoose your integration path
Connect Relay to the runtime you already use
Questions builders ask
The practical answers before you connect a first action
Ready to evaluate a real action in your stack?
Evaluate the workflow your team owns and define the integration and review path
Keep credentials and live data out of the first evaluation
Evaluate Neura