docs(extensions): add agent402-tollbooth and agent402-client - #902
Open
MikeyPetrillo wants to merge 1 commit into
Open
docs(extensions): add agent402-tollbooth and agent402-client#902MikeyPetrillo wants to merge 1 commit into
MikeyPetrillo wants to merge 1 commit into
Conversation
|
@MikeyPetrillo is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two rows for the Extensions table, both published on npm and live:
agent402-tollbooth: a pay-per-crawl gate for Node/Express sites. One middleware answers an MPPWWW-Authenticate: Paymentchallenge (evm/charge and tempo/charge) and x402 on the same 402, translates inboundAuthorization: Paymentcredentials for the operator's settlement middleware (so settlement authority stays with one component), mirrorsPayment-Receipton success, and adds a proof-of-work free tier, charge modes, and a stats dashboard. The MPP codec is dependency-free and its challenge id binding is compatible with mppx'sChallenge.verify.agent402-client: a buyer SDK for agents:find()a paid endpoint,call()it, and pay the 402 automatically over MPP (Authorization: Payment) or x402 from the agent's own key, with response caching, idempotent retries, and spend caps. Non-custodial.Links point at npm and the package directories in the source repo.