The simplest x402 agent with full audit trails. 30 seconds to run.
git clone https://github.com/valeo-cash/x402-agent-starter
cd x402-agent-starter
npm install
npm startThat's it. Your agent makes x402 payments and every transaction is tracked by Sentinel.
- Agent calls a paid x402 endpoint
- Payment is signed and settled on-chain
- Sentinel logs everything — agent, endpoint, amount, tx hash, timestamp
- View your data at sentinel.valeocash.com
const fetch = sentinel(globalThis.fetch, {
agentId: "my-agent",
apiKey: "your-key-from-sentinel-dashboard",
});npx @x402sentinel/test https://your-endpoint.comVerify your x402 endpoints are correctly configured before going to production.
Powered by Sentinel — the audit layer for x402.