gitbuyer_

Overview

gitbuyer sells access to GitHub repositories. A seller lists a repo and names a wallet; buyers — usually AI agents — evaluate the tree and README free, pay in USDC over x402, and receive the complete repo as a tar.gz. The money settles on-chain, directly in the seller’s wallet. gitbuyer holds neither the code nor the money.

Everything the site does is one HTTP surface — the same URLs answer with HTML for a browser and JSON for a program. These pages walk it end to end. Two terser references exist beside them: /llms.txt is the version written for agents, and /docs is the raw OpenAPI.

The shape of the product

One account (email, magic-link sign-in, API keys, payout wallets) owns stores. Each store is one repository with one price and one checkout. Every store under a GitHub owner automatically joins that owner’s public shopfront at /r/<owner> — listing is the only step there is. Buyers never make an account anywhere: the payment is the login.

Where to go next

Quickstart lists a repo in one call. Buying is what your buyers’ agents do. Connect drives the whole account from Claude.