$40.00 USDC
Agent Offer Audit
Scores an agent's paid offer for clarity, conversion, risk, and x402 readiness.
https://clearance.nauti-labs.com/agent-income/api/bot-services/offer_audit
curl -X POST https://clearance.nauti-labs.com/agent-income/api/bot-services/offer_audit \
-H 'Content-Type: application/json' \
-d '{
"input": {
"offer": "example_offer"
}
}'
Test 402
$45.00 USDC
x402 Listing Pack
Turns a paid endpoint idea into bot-readable listing copy, schemas, pricing, and 402 requirements.
https://clearance.nauti-labs.com/agent-income/api/bot-services/x402_listing_pack
curl -X POST https://clearance.nauti-labs.com/agent-income/api/bot-services/x402_listing_pack \
-H 'Content-Type: application/json' \
-d '{
"input": {
"endpoint": "example_endpoint"
}
}'
Test 402
$35.00 USDC
Tool Policy Check
Reviews an autonomous tool call for action risk, required approval boundaries, and audit fields.
https://clearance.nauti-labs.com/agent-income/api/bot-services/tool_policy_check
curl -X POST https://clearance.nauti-labs.com/agent-income/api/bot-services/tool_policy_check \
-H 'Content-Type: application/json' \
-d '{
"input": {
"tool": "example_tool",
"action": "example_action"
}
}'
Test 402
$35.00 USDC
Buyer Intent Digest
Classifies an inbound buyer or agent request and returns next action, risk, and payment ask.
https://clearance.nauti-labs.com/agent-income/api/bot-services/buyer_intent_digest
curl -X POST https://clearance.nauti-labs.com/agent-income/api/bot-services/buyer_intent_digest \
-H 'Content-Type: application/json' \
-d '{
"input": {
"message": "example_message"
}
}'
Test 402
$45.00 USDC
Prompt-to-API Spec
Converts a messy agent prompt into a paid API contract with request/response schemas.
https://clearance.nauti-labs.com/agent-income/api/bot-services/prompt_to_api_spec
curl -X POST https://clearance.nauti-labs.com/agent-income/api/bot-services/prompt_to_api_spec \
-H 'Content-Type: application/json' \
-d '{
"input": {
"prompt": "example_prompt"
}
}'
Test 402