space.highport.manage.register

lexicons.highport.space

{
  "id": "space.highport.manage.register",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "space": {
              "type": "string",
              "format": "at-uri",
              "description": "Register the domain to a space bard is connected to rather than to the caller's public repo. The caller must be the space's authority."
            },
            "domain": {
              "type": "string",
              "maxLength": 253
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidDomain",
          "description": "Not a syntactically valid, non-reserved, public-suffix-safe domain."
        },
        {
          "name": "DomainTaken",
          "description": "Registered to a different DID and still active."
        },
        {
          "name": "DomainDenied",
          "description": "On the operator denylist."
        },
        {
          "name": "QuotaExceeded",
          "description": "This DID has reached its domain limit."
        },
        {
          "name": "AlreadyRegistered",
          "description": "Already registered to this DID; use getDomain to retrieve instructions."
        },
        {
          "name": "SpaceNotFound",
          "description": "Bard is not connected to that space; call connectSpace first."
        },
        {
          "name": "NotSpaceAuthority",
          "description": "Only the space's authority may register a domain to it."
        },
        {
          "name": "SpaceNotSynced",
          "description": "Registered, but bard cannot currently read the space, so the domain will not serve until it can."
        },
        {
          "name": "DomainDelegated",
          "description": "The domain is under a delegation base, whose names only the base's owner may register; the base's owner reserves them for other identities with reserveDomain."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "status",
            "records",
            "expiresAt"
          ],
          "properties": {
            "space": {
              "type": "string",
              "format": "at-uri"
            },
            "domain": {
              "type": "string"
            },
            "status": {
              "ref": "space.highport.defs#domainStatus",
              "type": "ref"
            },
            "records": {
              "type": "array",
              "items": {
                "ref": "space.highport.defs#dnsInstruction",
                "type": "ref"
              }
            },
            "expiresAt": {
              "type": "string",
              "format": "datetime",
              "description": "After this time an unverified registration is released."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Register a domain to the calling identity — or, with space, to a space the caller is the authority of — and obtain the DNS records needed to prove ownership and route traffic."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.register

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreiedaw7n5oqpe3nkbcp25e7crbwqfpzz4ltp6mqako5fkviedfazsa
Indexed At
2026-09-15 17:46 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.register

Version History (4 versions)

Referenced Schemas (2)

Lexicon Garden

@