{
  "$schema": "https://pointcast.xyz/knock.json",
  "name": "PointCast random-door gate",
  "status": "live",
  "human": "https://pointcast.xyz/knock",
  "action": {
    "label": "knock",
    "method": "client-side random selection",
    "destinationSource": "https://pointcast.xyz/explore.json",
    "destinationField": "features[].slug",
    "excludedRoutes": [
      "/knock",
      "/explore",
      "/404"
    ],
    "fallbackRoutes": [
      "/drum",
      "/cast",
      "/about",
      "/now"
    ],
    "navigationDelayMs": 1100
  },
  "guarantees": [
    "No login is required.",
    "The gate does not persist visitor state.",
    "The destination is selected in the visitor client."
  ],
  "related": {
    "townMap": "https://pointcast.xyz/explore",
    "townMapJson": "https://pointcast.xyz/explore.json",
    "agentManifest": "https://pointcast.xyz/agents.json"
  }
}