Use Coinbase x402 on Base (USDC) to unlock a single founder-workspace answer or a conversions report—without committing to a subscription.
Ask for one visitor-chat insight, one accomplishments insight, or founder-level positioning guidance.
curl -i -X POST https://api.aiagentstore.ai/x402Answer \
-H "Content-Type: application/json" \
-d '{"product":"founder-insights-chat","messages":[{"role":"user","content":"Top converting agent features?"}]}'
# the 402 response includes the Pay header and intentId
curl -X POST https://api.aiagentstore.ai/x402Answer \
-H "Content-Type: application/json" \
-H 'x402-payment: {"intentId":"INTENT","txHash":"0x..."}' \
-d '{"intentId":"INTENT","txHash":"0x...","messages":[{"role":"user","content":"What messaging converts best?"}]}'/.well-known.Trigger a one-off JSON analytics export (agent → website conversions). Add filters and get the same KPIs founders see inside the workspace.
curl -i -X POST https://api.aiagentstore.ai/x402Answer \
-H "Content-Type: application/json" \
-d '{"product":"agent-conversions-report","filters":{"aggregate":"category","country":"ALL"}}'
# capture the Pay header + intentId from the 402 response
curl -X POST https://api.aiagentstore.ai/x402Answer \
-H "Content-Type: application/json" \
-H 'x402-payment: {"intentId":"INTENT","txHash":"0x..."}' \
-d '{"intentId":"INTENT","txHash":"0x...","filters":{"aggregate":"category","country":"ALL"}}'/.well-known.