Run a local Relay preview first

Clone the example, run one dry command, and check the receipt shape before anything live happens

Run locally

The first step is a credential-free dry run

Local preview command
git clone https://github.com/neurarelay/relay-action-card.git
cd relay-action-card
npm ci
npm run first-proof -- --dry-run --source=relay_site --campaign=package_reality_first_proof --surface=developers_first_proof --json
01

Clone

Use the Relay Action Card example repo

02

Run locally

No account, token, or production system is needed

03

Inspect result

Confirm receipt shape before anything live happens

What the preview confirms

The dry run checks the shape without touching a live system

Credential

No account or token required

Private payload

No private payload stored

Execution

Relay does not execute downstream actions

No endorsement

No provider or marketplace approval implied

Create a live receipt record

Optional; use it only after the local preview is clear

Live receipt command
npm run first-proof -- --source=relay_site --campaign=package_reality_first_proof --surface=developers_first_proof --json
Receipt

Decision record returned

Trace

Run can be connected back to the receipt

Transaction

Live receipt event is measurable

Execution

The developer runtime still acts

Next steps

Inspect the source or continue into the full authority path