Sentinel Proxy
Route any x402 payment through Sentinel by prefixing the endpoint URL. No SDK, no npm install, no code changes. Every payment is logged, budget-checked, and visible in the dashboard.
Get an API key from the dashboard.
Prefix your x402 endpoint URL with sentinel.valeocash.com/proxy/
Add your API key as X-Sentinel-Key header.
# Before
https://weather-api.x402.org/forecast
# After
https://sentinel.valeocash.com/proxy/weather-api.x402.org/forecastcurl -H "X-Sentinel-Key: sk_sentinel_xxx" \
-H "X-Sentinel-Agent: my-agent" \
https://sentinel.valeocash.com/proxy/httpbin.org/getSentinel adds tracking headers to every proxied response:
X-Sentinel-Record: pay_7kQ3mXvB9pLw
X-Sentinel-Agent: my-agent
X-Sentinel-Budget-Spent: $0.04/hr