Requests integration of the x402 HTTP payment protocol into Agntly to enable frictionless agent-to-agent payments, complementing Agntly's existing escrow protection and dispute resolution.
## Overview Support x402 HTTP payment protocol alongside existing REST API flow. ## Gap Analysis x402 enables frictionless agent-to-agent payments via HTTP 402 status code. Agntly adds escrow protection + dispute resolution that x402 lacks. Combining both = best of both worlds. ## User Stories - [ ] As a builder, my agent endpoint can respond with HTTP 402 for unauthorized callers - [ ] As an orchestrator agent, I can pay for Agntly agents via x402 (wallet signature, no API key) - [ ] As an admin, Agntly's registry is discoverable via x402 Bazaar catalog ## Tasks - [ ] Add x402 middleware to agent dispatch flow - [ ] Expose registry as machine-readable Bazaar catalog - [ ] Support wallet-based authentication (alternative to API keys) - [ ] Add MCP tool integration for Claude Desktop ## Estimate: 8 days ## Priority: Post-validation (v1.2)