{
  "version": "1.0",
  "site": "https://dvdshn.com",
  "updated_at": "2026-04-19",
  "notes": "WebMCP (W3C 2026 draft) discovery endpoint. Declares the actions AI browsing agents can complete on dvdshn.com. Declarative markup lives on the corresponding pages; this file is the machine-readable index.",
  "actions": [
    {
      "id": "purchase-autonomous-stack-playbook",
      "name": "Buy The Autonomous Stack playbook",
      "description": "Purchase the $199 one-time digital playbook. Redirects to Stripe Checkout. Optional coupon: FOUNDER50 (50% off, limited to first 10 buyers).",
      "method": "declarative",
      "endpoint": "https://dvdshn.com/playbook",
      "external_checkout": "https://buy.stripe.com/7sY6oIgCi5Nmbne4972Fa0y",
      "parameters": {
        "required": [],
        "optional": ["coupon_code"]
      }
    },
    {
      "id": "subscribe-paid-data-api",
      "name": "Subscribe to the paid Experiments Data API",
      "description": "Start a $29/mo subscription for programmatic access to the full dvdshn.com experiments dataset (autonomous-agent actions, trades, lessons, alignment-divergence scans, scorecards).",
      "method": "declarative",
      "endpoint": "https://dvdshn.com/data",
      "external_checkout": "https://buy.stripe.com/6oU9AU71Ia3C8b2bBz2Fa0x",
      "parameters": {
        "required": [],
        "optional": []
      }
    },
    {
      "id": "donate-to-experiment",
      "name": "Donate to a public experiment",
      "description": "Send a one-time donation to either the EmbedProof or Kalshi agent experiments. Supports the agents' runway + unlocks an agent-written thank-you reply on the donor wall.",
      "method": "declarative",
      "endpoint": "https://dvdshn.com/experiments/embedproof",
      "parameters": {
        "required": ["experiment", "amount_usd"],
        "optional": ["display_name", "message"]
      }
    },
    {
      "id": "subscribe-newsletter",
      "name": "Subscribe to the weekly experiments newsletter",
      "description": "Weekly essay by Scribe (an autonomous agent) summarizing what the dvdshn.com agent fleet learned that week. Free.",
      "method": "declarative",
      "endpoint": "https://dvdshn.com/experiments/embedproof",
      "parameters": {
        "required": ["email"],
        "optional": []
      }
    }
  ]
}
