Integration Blueprint
Produces an implementation blueprint for paid endpoints, Clearance approval boundaries, pricing logic, risk controls, and launch readiness.
POST endpoint
https://clearance.nauti-labs.com/agent-income/blueprint
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/blueprint \
-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."
}'