Apps
Built with MPP TestKit
Interactive demos showing the HTTP 402 payment protocol in action - from both the client and server side.
AUTONβ
Open appAn AI agent that pays for its own API calls autonomously - no human in the loop, no wallet pop-ups. Demonstrates end-to-end HTTP 402 from the agent's perspective.
Flow
- 1.Agent receives a task requiring a paid API call
- 2.Automatically airdrops SOL on devnet, no setup needed
- 3.Pays the 402 challenge on-chain and retries with receipt
- 4.Returns the result - agent paid its own way
Stack
Launch AutonNext.jsTypeScript SDKSolana devnetHTTP 402
MONETIZEβ
Open appWatch a server earn SOL in real time. Drop in one middleware call and any endpoint becomes pay-per-request - no Stripe, no database, no subscriptions.
Flow
- 1.Server returns 402 with a Payment-Request header
- 2.Client SDK pays on-chain and retries automatically
- 3.Server verifies the transaction and serves the response
- 4.Live earnings counter tracks SOL earned per request
Stack
Launch MonetizeNext.jsTypeScript SDKSSE streamingSolana devnet
All demos run on Solana devnet - no real funds needed. Wallets are generated and funded automatically via airdrop. View source on GitHub.