{
 "name": "incomeos-agent-merchant",
 "description": "Agent-native digital-product merchant: local-LLM playbooks, niche AI prompt packs, recursive meta-loop engineering systems, and AI automation playbooks. Every claim is honesty-verified by verify_arena.py (9-rule gate). Machine-readable catalog at /products.json; per-product agent pitches at /agent-pitches/<sku>.json. Checkout via Gumroad hosted links.",
 "url": "https://autoincomesys.com/a2a/v1",
 "version": "1.0.0-geo",
 "provider": {
  "organization": "IncomeOS",
  "url": "https://autoincomesys.com"
 },
 "documentationUrl": "https://autoincomesys.com/llms-full.txt",
 "supportedInterfaces": [
  {
   "url": "https://autoincomesys.com/a2a/v1",
   "protocolBinding": "HTTP+JSON",
   "protocolVersion": "1.0"
  },
  {
   "url": "https://autoincomesys.com/a2a/v1",
   "protocolBinding": "JSONRPC",
   "protocolVersion": "1.0"
  }
 ],
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "extendedAgentCard": false
 },
 "defaultInputModes": [
  "text/plain",
  "application/json"
 ],
 "defaultOutputModes": [
  "application/json",
  "text/plain"
 ],
 "skills": [
  {
   "id": "browse-catalog",
   "name": "Browse product catalog",
   "description": "List all IncomeOS digital products with price, format, license, and honesty verification status.",
   "tags": [
    "commerce",
    "catalog",
    "discovery",
    "digital-products"
   ],
   "inputModes": [
    "text/plain",
    "application/json"
   ],
   "outputModes": [
    "application/json"
   ],
   "examples": [
    "Show me all your products",
    "List local LLM tools under $30",
    "What prompt packs do you sell?",
    "Search products for real estate agents"
   ]
  },
  {
   "id": "product-evaluation",
   "name": "Product evaluation and recommendation",
   "description": "Evaluate whether an IncomeOS product matches a buyer's needs. Returns structured scoring (value, depth, verifiability, utility) and an honest buy/don't-buy recommendation.",
   "tags": [
    "commerce",
    "evaluation",
    "recommendation",
    "honesty-verified"
   ],
   "inputModes": [
    "text/plain",
    "application/json"
   ],
   "outputModes": [
    "application/json",
    "text/plain"
   ],
   "examples": [
    "Is the MLX Deploy Playbook worth it for a beginner?",
    "Compare your local LLM products for someone new to self-hosting",
    "Which product should I buy for Etsy listing optimization?",
    "Evaluate the AI Agentic Commerce System for a solo founder"
   ]
  },
  {
   "id": "purchase-checkout",
   "name": "Purchase and checkout initiation",
   "description": "Initiate purchase of a product. Returns a Gumroad checkout URL (live) for immediate payment, or x402 payment requirements for agent-native stablecoin checkout (USDC on Base network).",
   "tags": [
    "commerce",
    "checkout",
    "purchase",
    "gumroad",
    "x402",
    "stablecoin"
   ],
   "inputModes": [
    "text/plain",
    "application/json"
   ],
   "outputModes": [
    "application/json"
   ],
   "examples": [
    "I want to buy the MLX Deploy Playbook",
    "Checkout the AI Prompt Library",
    "Purchase with USDC on Base",
    "Pay with x402 stablecoin"
   ]
  },
  {
   "id": "x402-payment",
   "name": "Agent-native stablecoin payment (x402)",
   "description": "Pay for products using USDC on Base network via the x402 protocol. HTTP-native payments \u2014 no checkout page, no signup. Server returns 402 with payment requirements, agent pays, access granted.",
   "tags": [
    "commerce",
    "x402",
    "stablecoin",
    "usdc",
    "base",
    "agent-payment"
   ],
   "inputModes": [
    "text/plain",
    "application/json"
   ],
   "outputModes": [
    "application/json"
   ],
   "examples": [
    "Pay for MLX Deploy Playbook with USDC",
    "I want to buy with x402 stablecoin",
    "Show me the USDC price for the AI Prompt Library",
    "How do I pay with crypto on Base?"
   ]
  },
  {
   "id": "honesty-verification",
   "name": "Honesty and trust verification",
   "description": "Returns the live verify_arena.py honesty gate pass-rate and explains the 9-rule honesty gate that checks every published claim for fabricated metrics, fake testimony, and guarantees.",
   "tags": [
    "trust",
    "honesty",
    "verification",
    "transparency"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "application/json",
    "text/plain"
   ],
   "examples": [
    "What is your honesty pass rate?",
    "How do you verify your product claims?",
    "Do you fabricate testimonials or metrics?",
    "What is your refund policy?"
   ]
  }
 ],
 "security": [],
 "securitySchemes": {},
 "trust": {
  "honesty_verified": true,
  "verification": "verify_arena.py (9-rule honesty gate); no fabricated claims ship",
  "pass_rate": 1.0,
  "no_fabricated_claims": true
 }
}