From 9f90e83ac3feb534c05f473cd298c51ea31d3c3f Mon Sep 17 00:00:00 2001 From: ihen404 Date: Sat, 29 Aug 2026 14:02:53 -0400 Subject: [PATCH] Add x402-express entry to README Added x402-express middleware entry to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a92021bdc..9977ae7ae 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,8 @@ Guardrails middleware is one common strategy. See the [LangChain middleware docs - To see a list of actions and frameworks we'd love to see open-source contributions for, see [WISHLIST.md](./WISHLIST.md). - To understand the process for contributing to AgentKit, see [CONTRIBUTING.md](./CONTRIBUTING.md). +| x402-express | Express.js middleware for monetizing endpoints for AI agents via HTTP 402 on Base. | [GitHub](https://github.com/IkeHentrel/x402-express) / `npm install x402-express` | + ## 📜 Documentation - [AgentKit Documentation](https://docs.cdp.coinbase.com/agentkit/docs/welcome)