FREE RECURRING AGENT COMMERCE MONITORING
Put AgentResolver in your GitHub Actions schedule.
No AgentResolver account, API key, wallet, or secret. Your repository owns the schedule. AgentResolver checks the public service and writes health, readiness score, and monitor ID into the job summary.
Copy this workflow
name: Agent commerce health
on:
workflow_dispatch:
schedule:
- cron: "17 8 * * *"
jobs:
health:
runs-on: ubuntu-latest
steps:
- uses: waxsway/agentresolver/.github/actions/agent-commerce-health@main
with:
origin: https://api.example.com
# Optional:
# mcp-endpoint: https://api.example.com/mcp
# x402-endpoint: https://api.example.com/paid
# fail-on-degraded: "true"Discovery health
Checks machine-readable readiness on the public origin.
MCP health
Add the same-origin MCP endpoint for initialize + tools/list.
x402 health
Add a GET-safe paid endpoint to validate its unpaid payment challenge without signing or spending.
Want AgentResolver to own the schedule?
The managed plan runs hourly for 30 days and keeps durable status. Current paid activation is x402 machine-paid; normal card checkout is not live until merchant onboarding is complete.