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
- Install the SDK:
npm install @beezshield/sentinel - Create a client with
createSentinelClient(). - Call
decideBeforeExecution({ contract_address, chain }). - Execute only when
shouldExecuteis true. - 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)
- Free preview — check.html runs in the browser only. No payment. Not the production risk engine.
- Paid precheck API —
POST https://api.beezshield.com/agent-actions/precheck(x402-gated). Returns HTTP 402 until paid. Deterministic v0 policy assistance — not a security guarantee. - 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