Overview
The Agent API supports optional pay-per-request pricing using the x402 protocol. When enabled, agent routes require a payment header before processing.x402 payments are disabled by default. They are an opt-in feature for API operators.
Pricing
| Endpoint | Price |
|---|---|
POST /agent/check-risk | $0.01 |
Payment Network
- Network: Base mainnet (EIP-155 chain ID 8453)
- Facilitator:
https://www.x402.org/facilitator
How It Works
- Client sends a request to a priced endpoint
- Server responds with HTTP 402 and payment details
- Client pays via the x402 facilitator
- Client retries the request with the payment proof header
- Server verifies payment and processes the request