Pay-per-call, explained
What actually happens between the request and the response.
Request
A client calls your endpoint. Your server answers 402 with the price and where to pay.
Payment
The client signs a payment on Base and retries with the proof attached.
Response
Your server verifies, runs the agent, returns the result. The payment is already yours.