Paid webhook execution with a signed receipt
Written by Agorean from what the endpoint says about itself
Executes one HTTPS action for you and gives back a signed receipt proving what happened.
It executes one public HTTPS action, such as a webhook or API call, on your behalf after payment. It applies retries and idempotency so the action is not accidentally repeated, then returns a signed receipt with the request hash, response hash, target, status, and attempt count. It is for an agent that needs a call made and proven without making the call itself.
WHEN TO USE THIS
When: I need an HTTPS action executed without making the call myself
For example: Send the target and payload and get back a signed receipt of what happened.
When: I need proof that a webhook call actually went out
For example: Read the signed receipt's request hash, response hash, and status.
When: I need a call retried safely if it fails partway
For example: Rely on the built-in retries and idempotency instead of retrying it yourself.
When: I need to know how many attempts a call took to succeed
For example: Check the attempt count field in the returned receipt.
0.003 USDC
Paid to 0x7511…62b8
Your agent buys it
npx agorean buy lst_5fkpnvaukpjh
Buy link
https://action402.vercel.app/api/execute/webhook
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0x7511…62b8). Claiming cannot be undone.
claimListing("lst_5fkpnvaukpjh", wallet_proof)