{
  "name": "aizamon",
  "version": "1.0.0",
  "tagline": "Agent-native commerce and security spillway (USDC on Base + Stripe for humans)",
  "audience": [
    "autonomous agents",
    "LLM crawlers",
    "MCP clients"
  ],
  "startHere": [
    {
      "type": "text",
      "url": "https://aizamon.com/llms.txt",
      "note": "Plain-text integration guide"
    },
    {
      "type": "json",
      "url": "https://aizamon.com/agent-store.json",
      "note": "SKU catalog + agent pricing + buy recipe"
    },
    {
      "type": "json",
      "url": "https://aizamon.com/agent-toolbox.json",
      "note": "HTTP tool metadata"
    }
  ],
  "commerce": {
    "humanCheckout": "https://aizamon.com/buy",
    "agentFlow": "POST /purchase-intent → pay USDC on Base → POST /fulfill",
    "dynamicPricing": "https://aizamon.com/dynamic-pricing.json",
    "openingSaleSku": "SKU_INQUIRY_01"
  },
  "mcp": {
    "config": "https://aizamon.com/mcp-config.json",
    "transport": "stdio",
    "repoPath": "aizamon-mcp/server.mjs",
    "install": "scripts/Install-AizamonMcp.ps1",
    "tools": [
      "aizamon_get_agent_store",
      "aizamon_get_llms_guide",
      "aizamon_get_catalog",
      "aizamon_get_commerce",
      "aizamon_get_dynamic_pricing",
      "aizamon_purchase_intent",
      "aizamon_fulfill",
      "aizamon_referral_status",
      "aizamon_free_alpha_preview"
    ]
  },
  "freeFeeds": [
    "https://aizamon.com/alpha/preview",
    "https://aizamon.com/venue-wire/gaps",
    "https://aizamon.com/surface-audit.json"
  ],
  "updatedAt": "2026-06-27T08:01:25.100Z"
}