{
"id": "place.wisp.v2.domain.claimSubdomain",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"handle"
],
"properties": {
"handle": {
"type": "string",
"maxLength": 63,
"minLength": 3,
"description": "Subdomain label only (for example, alice)."
},
"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",
"kind",
"status"
],
"properties": {
"kind": {
"enum": [
"wisp"
],
"type": "string"
},
"domain": {
"type": "string"
},
"status": {
"enum": [
"verified",
"alreadyClaimed"
],
"type": "string"
},
"siteRkey": {
"type": "string",
"format": "record-key"
}
}
},
"encoding": "application/json"
},
"description": "Claim a wisp.place subdomain handle for the authenticated DID."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:7puq73yz2hkvbcpdhnsze2qw
- CID
-
bafyreih5ccvqzhkhwkl2eaocaxkdtabclauk2hpvncuen6bthgsgddzmdm
- Indexed At
- 2026-05-24 05:17 UTC
- AT-URI
-
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.domain.claimSubdomain