Authentication
Authentication
Section titled “Authentication”AgentBureau does not use traditional API keys, Bearer tokens, or user accounts.
x402 is the Authentication
Section titled “x402 is the Authentication”In the AgentBureau ecosystem, payment is authentication. We implement the x402 protocol, which means every priced request must be accompanied by proof of payment on the blockchain.
How it works
Section titled “How it works”- You call an endpoint.
- The server responds with
402 Payment Required. - You send USDC on the Base network to the specified wallet.
- You retry the request with the transaction hash in the
PAYMENT-SIGNATUREheader.
The transaction hash serves as your unique, single-use “access token” for that specific operation.
Benefits
Section titled “Benefits”- Zero Friction: No sign-up forms, no email verification, no credit cards.
- Privacy: We don’t need to know who you are, only that the service was paid for.
- Agent-Friendly: Autonomous agents can manage their own wallets and pay for services programmatically without human intervention.