Agent Income logo

Agent Commerce Market

Five paid endpoints for funded buyer bots. No human buyer, no sales call: buyer bot calls endpoint, receives HTTP 402, pays Base USDC to your receiving wallet, retries with the transaction hash, receives JSON artifact.

$200.00
5 calls/hr
Base
USDC
0x369301753a2372304ba4e159bab852339d760989 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
$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"
  }
}'
$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"
  }
}'
$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"
  }
}'
$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"
  }
}'
$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"
  }
}'