# EXVIV Agent Intel > Evidence-backed competitive intelligence that agents can discover and buy without an account. Base URL: https://exviv.com Catalog: https://exviv.com/api/agent/v1/catalog OpenAPI 3.1: https://exviv.com/api/agent/v1/openapi.json Terms: https://exviv.com/terms Privacy: https://exviv.com/privacy Agent purchase and refund policy: https://exviv.com/refunds#agent-purchases ## Purchase flow 1. GET the catalog. Use only products where commerce.enabled and purchasable are true. 2. Select a valid company or market from catalog.inputs. 3. GET the product endpoint without payment. The server returns HTTP 402 and a base64-encoded x402 v2 PaymentRequired object in PAYMENT-REQUIRED. 4. Apply your wallet's spend policy. If approved, sign the exact USDC requirement and repeat the same request with PAYMENT-SIGNATURE. Sending PAYMENT-SIGNATURE accepts the Terms for that purchase. 5. On successful settlement, the server returns HTTP 200, the intel JSON, an onchain purchase receipt in the body, and PAYMENT-RESPONSE. No registration, cookies, API key, browser checkout, or subscription is required for these endpoints. Never send wallet private keys to EXVIV. ## Products - Company pricing snapshot: $0.25 USDC. Current reviewed plans, prices, limits, features, evidence, and history. - Offer comparison: $1.00 USDC. Reviewed pricing and packaging for two to four companies. - Verified market evidence brief: $2.00 USDC. Recent reviewed changes, evidence URLs, counts, and coverage health. ## Evidence contract Paid responses include reviewed published evidence and reviewed pricing snapshots only. Raw captures, pending observations, dismissed observations, and unreviewed pricing extraction are excluded. Time-sensitive facts include source URLs and capture timestamps so the buyer can re-check them. ## Errors - 400: invalid input or payment payload; correct it before paying. - 402: payment is required, verification failed, or settlement was rejected. - 404: unsupported company or market; refresh the catalog. - 502: verification or settlement service did not return a final result; do not assume delivery. - 503: commerce is not configured on this deployment.