place.wisp.v2.domain.claim

wisp.place

{
  "id": "place.wisp.v2.domain.claim",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "minLength": 3,
              "description": "Custom domain FQDN to claim (for example, example.com)."
            },
            "siteRkey": {
              "type": "string",
              "format": "record-key",
              "description": "Optional place.wisp.fs rkey to map immediately after claim."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "InvalidDomain"
        },
        {
          "name": "AlreadyClaimed"
        },
        {
          "name": "DomainLimitReached"
        },
        {
          "name": "RateLimitExceeded"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "status"
          ],
          "properties": {
            "kind": {
              "enum": [
                "custom"
              ],
              "type": "string"
            },
            "domain": {
              "type": "string"
            },
            "status": {
              "enum": [
                "alreadyClaimed",
                "pendingVerification",
                "verified"
              ],
              "type": "string"
            },
            "txtName": {
              "type": "string",
              "maxLength": 253,
              "minLength": 3,
              "description": "TXT hostname to set for ownership proof (custom domains)."
            },
            "siteRkey": {
              "type": "string",
              "format": "record-key"
            },
            "txtValue": {
              "type": "string",
              "format": "did",
              "description": "TXT value to set for ownership proof (custom domains)."
            },
            "challengeId": {
              "type": "string",
              "maxLength": 64,
              "minLength": 8,
              "description": "Identifier used to construct DNS challenge targets for custom domains."
            },
            "cnameTarget": {
              "type": "string",
              "maxLength": 253,
              "minLength": 3,
              "description": "Advisory CNAME target (custom domains)."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Claim a custom domain for the authenticated DID. Returns DNS setup instructions."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.wisp.v2.domain.claim

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7puq73yz2hkvbcpdhnsze2qw
CID
bafyreidqxjehjckwhb3hl253wanae44yrgtmlk2tgumnquvlvpygw67zmu
Indexed At
2026-05-24 05:17 UTC
AT-URI
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.domain.claim

Lexicon Garden

@