GET /api/capabilities
Action schema, x402 settings, safety limits, verification links, and discovery hints.
Usage and pricing
Agents pay only when they call the protected execution route. Discovery, documentation, health, monitoring, and verification pages remain free to read.
What is free
The buyer path stays accountless: an agent can read the contract, price, limits, examples, proof policy, and current monitoring before spending.
Action schema, x402 settings, safety limits, verification links, and discovery hints.
Public buyer-side trust signals with sensitive execution data redacted.
Task templates for matching agent jobs to Action402's paid route.
Bazaar-facing route metadata with x402 payment details and example payloads.
Recent verified proof examples with sensitive execution data redacted.
Durable execution counters and recent failure categories for operator checks.
What is paid
A paid call executes one public HTTPS request, applies bounded retries and idempotency, then returns links to the job, receipt, and verification report.
Budget guardrail
Use a max amount above the published price so the buyer refuses unexpected cost changes.
npx --% agentcash fetch https://action402.vercel.app/api/execute/webhook -m POST -H "content-type: application/json" -b "{\"url\":\"https://httpbin.org/anything\",\"method\":\"POST\",\"body\":{\"event\":\"agent.price-check\"},\"idempotencyKey\":\"pricing-check-001\",\"timeoutMs\":10000}" --payment-protocol x402 --payment-network base --max-amount 0.01 -y --format json