{
  "protocol": "wade-agent-protocol/v1",
  "challenge": {
    "type": "hash-verify",
    "instruction": "To register, POST to /agent-gate/register with the SHA-256 hash of the string 'wade-agent-gate:' concatenated with today's date (YYYY-MM-DD format). This proves you can read, compute, and act.",
    "example": "For 2026-01-01, hash 'wade-agent-gate:2026-01-01'"
  },
  "registration_fields": {
    "required": [
      "agent_name",
      "operator",
      "callback_url",
      "callback_protocol",
      "challenge_hash"
    ],
    "optional": [
      "capabilities",
      "operator_url",
      "preferred_channel",
      "atproto_did"
    ]
  },
  "supported_protocols": [
    "webhook",
    "mqtt",
    "mcp"
  ],
  "operator": "Wade Digital",
  "tagline": "Bot first, human friendly."
}