{
  "schema": "wisely-enterprises.agentic-offer.v1",
  "seller": "Wisely Enterprises LLC",
  "offers": [
    {
      "id": "ai-workflow-audit",
      "intentMatches": [
        "I need help figuring out where AI can save my business time",
        "audit my workflow",
        "AI automation plan",
        "small business AI setup"
      ],
      "priceUsd": 299,
      "checkout": {
        "type": "stripe_payment_link",
        "urlEnv": "STRIPE_PAYMENT_LINK_AUDIT"
      },
      "requiredBuyerInputs": [
        "business_url",
        "workflow_description",
        "primary_goal",
        "current_tools",
        "buyer_email"
      ],
      "doNotCollect": [
        "passwords",
        "raw_card_numbers",
        "bank_logins",
        "private_keys",
        "seed_phrases"
      ]
    },
    {
      "id": "starter-agent-setup",
      "intentMatches": [
        "build me an AI assistant",
        "setup an AI agent for my business",
        "automate my inbox",
        "automate lead follow-up"
      ],
      "priceUsd": 1500,
      "checkout": {
        "type": "stripe_payment_link",
        "urlEnv": "STRIPE_PAYMENT_LINK_STARTER"
      },
      "requiredBuyerInputs": [
        "workflow_description",
        "success_criteria",
        "approval_rules",
        "systems_in_scope",
        "buyer_email"
      ],
      "requiresScoping": true
    },
    {
      "id": "ops-agent-build",
      "intentMatches": [
        "operations agent",
        "AI for dispatch",
        "AI for sales operations",
        "multi workflow automation"
      ],
      "priceUsdStartingAt": 5000,
      "checkout": {
        "type": "consultation_or_deposit",
        "urlEnv": "STRIPE_PAYMENT_LINK_OPERATOR"
      },
      "requiresScoping": true
    },
    {
      "id": "super-earner-deal-desk",
      "intentMatches": [
        "AI arbitrage ideas",
        "deal desk",
        "agent revenue experiments",
        "weekly opportunity report"
      ],
      "priceUsd": 49,
      "billing": "monthly",
      "checkout": {
        "type": "stripe_payment_link",
        "urlEnv": "STRIPE_PAYMENT_LINK_DEAL_DESK"
      }
    }
  ],
  "machinePayments": {
    "x402": {
      "status": "planned",
      "receivingAddressEnv": "AGENT_X402_SELLER_RECEIVING_ADDRESS",
      "firstPaidResource": "precious-metal-risk-score"
    },
    "awsAgentCorePayments": {
      "status": "planned",
      "credentialProviderEnv": "AWS_AGENTCORE_PAYMENT_CREDENTIAL_PROVIDER_ID"
    },
    "stripeAcp": {
      "statusEnv": "STRIPE_ACP_STATUS",
      "sellerIdEnv": "STRIPE_ACP_SELLER_ID",
      "catalogUrlEnv": "STRIPE_ACP_CATALOG_URL"
    }
  }
}
