Endpoint creation
Configure a paid proxy with origin URL, allowed methods, USD price, status, and a public Gateway URL for agents.
BUIDL is a merchant console and gateway proxy for agentic payments. Create paid URLs, verify agent payment proofs, settle charges, configure payouts, and send signed webhook events without changing your origin API.
Keep the origin unchanged. Gateway handles payment enforcement, settlement records, and merchant operations around it.
Add the HTTP endpoint, allowed methods, and per-request price.
Gateway presents the right payment challenge before origin traffic is allowed.
Successful payments create ledger credits, webhooks, and payout balance.
The product is a payment gateway for agent traffic: endpoint creation, payment enforcement, charge tracking, reporting, payouts, and webhooks behind one merchant console.
Configure a paid proxy with origin URL, allowed methods, USD price, status, and a public Gateway URL for agents.
Agents can pay through supported machine-payment rails while merchants manage one endpoint, ledger, and operations surface.
Every successful payment becomes a charge, ledger credit, request log, webhook event, and payout-eligible balance.
Gateway sits in front of the merchant origin. It presents payment options, validates agent payment proof, settles the charge, emits webhooks, and forwards the request only when the payment path succeeds.
Gateway resolves the workspace, endpoint, method, price, network, and origin.
The response tells the agent which payment options are accepted for that endpoint.
Gateway validates the payment response before the origin sees the request.
Settlement creates a charge, credits the ledger, and sends subscribed webhook events.
BUIDL keeps the operational model simple: workspaces own endpoints, endpoints create charges, successful charges credit the ledger, and the console reports on live or test activity.
Settled charges credit the merchant ledger. Payout policy controls define when balances are reserved and sent to the configured destination.
Practical details about the gateway flow, console records, payouts, webhooks, supported rails, and mode separation.
Any HTTP endpoint with a reachable origin URL. You configure the origin, allowed methods, price, and status; BUIDL gives you a paid Gateway URL for agents to call.
Gateway responds with a machine-readable payment challenge for the endpoint. The agent retries with payment proof, and Gateway verifies it before forwarding to your origin.
BUIDL settles the payment through the selected rail, streams the origin response, records a charge, credits the merchant ledger, stores proof details, and emits subscribed webhook events.
Settled charges appear in the merchant ledger. Payout policies define destination, asset, network, and threshold, while payout claims show requested, processing, paid, failed, or cancelled state.
No. x402 is one supported machine-payment rail. The product is a gateway layer so merchants can expose paid APIs to agents without rebuilding endpoint, ledger, payout, and webhook operations for each protocol.
Endpoints, charges, revenue, average charge, failure rate, latency, top endpoints, top payers, payout state, webhook endpoints, and webhook delivery results.
Use Test mode to configure and validate endpoint behavior without mixing it into Live reporting. Live mode is for production endpoints, charges, analytics, and payout activity.
The first useful action is creating a paid proxy in front of an existing HTTP origin, then testing the payment challenge and retry loop.