Payment Flow Review
Reviews x402-style, HTTP 402, AgentCore-style, API, MCP, or agent payment workflows for monetization and spend-control readiness.
POST endpoint
https://clearance.nauti-labs.com/agent-income/review
Unpaid calls return HTTP 402 with price, schemas, delivery terms, refund terms, and Base USDC payment requirements. Premium output is released only after payment verification.
curl -X POST https://clearance.nauti-labs.com/agent-income/review \
-H 'Content-Type: application/json' \
-d '{
"project_url": "https://example.com",
"agent_type": "seller",
"payment_goal": "accept_payments",
"current_stack": "custom",
"notes": "We want to sell a paid AI agent/API service using HTTP 402 and USDC."
}'