Documentation

Start with Sentinel Alpha

A practical path for builders to add a pre-execution risk gate without changing their stack.

5-Minute Integration Path

  1. Install the SDK: npm install @beezshield/sentinel
  2. Create a client with createSentinelClient().
  3. Call decideBeforeExecution({ contract_address, chain }).
  4. Execute only when shouldExecute is true.
  5. Handle x402 payment challenges explicitly.

Registry & Discovery

BeezShield Sentinel Alpha is registered as a payable x402 resource on x402scan (directory listing only).

First-revenue loop (v1)

  1. Free previewcheck.html runs in the browser only. No payment. Not the production risk engine.
  2. Paid precheck APIPOST https://api.beezshield.com/agent-actions/precheck (x402-gated). Returns HTTP 402 until paid. Deterministic v0 policy assistance — not a security guarantee.
  3. Trust Receipt Pilot$50 Operator Pilot. Buyer sends one redacted action + optional tx/hash/ref. BeezShield returns JSON + Markdown after manual verification. Not escrow. Not automated fulfillment.

Agent Action Risk Preview

Copy preview JSON and a prefilled checkout packet, then continue to the pilot page. Preview only — no wallet execution or transaction signing.

Run free action preview