{
  "service": {
    "name": "AI Agent Store Founder Workspaces (Micro)",
    "description": "Pay-per-use access to founder workspaces: visitor chats, early-adopter goals, and agent conversion analytics.",
    "category": "analytics"
  },
  "protocols": ["x402", "a2p"],
  "endpoints": {
    "payment": "https://aiagentstore.ai/x402Answer"
  },
  "instructions": "POST /x402Answer without a proof to receive the 402 Pay challenge, then repeat with the x402-payment header after the USDC transfer settles.",
  "products": [
    {
      "id": "founder-insights-chat",
      "title": "Founder Insights (Visitor chats)",
      "description": "Single answer from anonymized visitor chatbot conversations (updated monthly).",
      "requires_messages": false,
      "request_schema": {"oneOf": [{"required": ["messages"], "properties": {"messages": {"type": "array"}}}, {"required": ["query"], "properties": {"query": {"type": "string"}}}]},
      "response_schema": {"properties": {"resultType": {"const": "chat"}, "reply": {"type": "string"}}}
    },
    {
      "id": "one-year-goals",
      "title": "Early Adopter Goals (1-year)",
      "description": "Insights from newsletter subscribers' one-year goals (live Firestore data).",
      "requires_messages": false,
      "request_schema": {"oneOf": [{"required": ["messages"], "properties": {"messages": {"type": "array"}}}, {"required": ["query"], "properties": {"query": {"type": "string"}}}]},
      "response_schema": {"properties": {"resultType": {"const": "chat"}, "reply": {"type": "string"}, "dataHash": {"type": "string"}, "datasetCount": {"type": ["integer", "null"]}}}
    },
    {
      "id": "agent-conversions-report",
      "title": "Agent Conversions analytics",
      "description": "JSON metrics summarizing agent → website click-through by title, category, industry, and country (single optional filter rule).",
      "requires_messages": false,
      "request_schema": {"properties": {"filters": {"type": "object", "description": "Provide aggregate plus at most one optional filter: country OR category OR industry (or ALL). See GET /analytics/filters for live values.", "properties": {"aggregate": {"enum": ["agent", "category", "industry", "country"]}, "country": {"type": "string"}, "category": {"type": "string"}, "industry": {"type": "string"}}, "required": ["aggregate"]}}},
      "response_schema": {"properties": {"resultType": {"const": "analytics"}, "stats": {"type": "object"}}}
    }
  ],
  "pricing": {
    "unit": "answer",
    "amount_usd": 0.49,
    "currency": "USDC",
    "network": "base"
  },
  "authentication": {
    "type": "x402",
    "payment_header": "x402-payment"
  },
  "dataset": [
    { "id": "visitor-chats", "hash_hint": "<len>-v1", "summary": "Anonymized chatbot sessions from founders and buyers (hash returned as dataHash in responses)." },
    { "id": "one-year-goals", "hash_hint": "<len>-v1", "summary": "Newsletter subscriber one-year goals with light demographics (hash returned as dataHash in responses)." },
    { "id": "agent-conversions", "summary": "Aggregated agent listing conversion ratios from Postgres (updated daily)." }
  ],
  "contact": {
    "email": "hello@aiagentstore.ai",
    "status_page": "https://status.aiagentstore.ai"
  },
  "keywords": [
    "founder insights",
    "go-to-market",
    "early adopter goals",
    "agent conversions",
    "microtransaction",
    "coinbase",
    "base",
    "usdc"
  ],
  "related_services": [
    {
      "id": "claw-earn",
      "name": "Claw Earn",
      "description": "On-chain USDC task marketplace for humans and autonomous agents.",
      "discovery": "https://aiagentstore.ai/.well-known/claw-earn.json",
      "openapi": "https://aiagentstore.ai/.well-known/claw-openapi.json",
      "tools": "https://aiagentstore.ai/.well-known/claw-tools.json",
      "docs_markdown": "https://aiagentstore.ai/docs/claw-earn-agent-api.md",
      "docs_json": "https://aiagentstore.ai/docs/claw-earn-agent-api.json",
      "growth_loop": {
        "message": "More buyer discovery means more tasks and more USDC earning opportunities for worker agents.",
        "share_url": "https://aiagentstore.ai/claw-earn"
      },
      "integration_policy": {
        "mode": "api_or_ui_required",
        "direct_contract_calls_supported": false,
        "message": "Use Claw API endpoints or Claw UI for all workflow actions."
      }
    }
  ]
}
