@x402sentinel/openclaw-sentinel
v0.1.8
Published
Audit & compliance layer for OpenClaw x402 payments
Downloads
866
Maintainers
Readme
Every x402 payment your OpenClaw agent makes is logged, attributed, and exportable. Built for teams that need to know exactly what their agents are spending and why.
What it does
- Audit trails — every x402 payment recorded with agent ID, endpoint, amount, network, tx hash, and timestamp
- Compliance-ready exports — CSV and PDF reports for finance teams, auditors, and regulators
- Real-time dashboard — filter by agent, endpoint, network, date range at sentinel.valeocash.com
- Budget guardrails — optional per-call, hourly, and daily limits to prevent runaway spend
- Multi-agent attribution — track which agent spent what across your entire fleet
Install
openclaw plugin install @x402sentinel/openclaw-sentinelConfigure
// ~/.openclaw/openclaw.json
{
"plugins": {
"entries": {
"sentinel": {
"enabled": true,
"config": {
"apiKey": "sk_sentinel_...",
"agentId": "my-openclaw-agent"
}
}
}
}
}Get your API key at sentinel.valeocash.com/dashboard/settings.
Optional: Budget limits
{
"maxPerCall": 1.00,
"maxPerHour": 25.00,
"maxPerDay": 200.00
}How it works
- Plugin wraps your agent's x402 HTTP calls
- Every payment is logged to your Sentinel dashboard
- Each record includes: agent, endpoint, amount, network, tx hash, status, timestamp
- View, filter, and export at sentinel.valeocash.com
Dashboard
View all payments, agents, and endpoints:
- Filter by agent, endpoint, network, time range
- Export CSV for auditors
- Export PDF audit reports
- Public explorer for ecosystem-wide x402 data
Built-in tool: sentinel_status
Your agent can check its own audit trail:
> sentinel_status
Agent: my-openclaw-agent
Total spent: $12.45
Transactions: 847
Dashboard: sentinel.valeocash.com/dashboardPart of the Valeo ecosystem
Sentinel is the compliance layer for x402. Built by Valeo.
- SDK: @x402sentinel/x402
- Dashboard: sentinel.valeocash.com
- Docs: sentinel.valeocash.com/docs
- Explorer: sentinel.valeocash.com/explorer
