rip.pds.account.createAccount

pds.rip

{
  "id": "rip.pds.account.createAccount",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "domain": {
              "type": "string",
              "description": "Handle domain to mint under, which also selects the identity method. Defaults to the server's first configured domain."
            },
            "handle": {
              "type": "string",
              "format": "handle",
              "description": "Desired handle. A two-word handle under the chosen domain is generated when omitted."
            },
            "password": {
              "type": "string",
              "maxLength": 256,
              "minLength": 8,
              "description": "Password for the new account. One is generated and returned when omitted."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "QuotaExceeded",
          "description": "The caller already holds the maximum number of live accounts."
        },
        {
          "name": "HandleUnavailable",
          "description": "The requested handle is taken or not valid for the domain."
        },
        {
          "name": "UnknownDomain",
          "description": "The requested domain is not offered by this server."
        },
        {
          "name": "OwnerNotEligible",
          "description": "The caller's own identity is hosted here and would expire, orphaning what it mints."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "account",
            "password",
            "pdsEndpoint"
          ],
          "properties": {
            "account": {
              "ref": "rip.pds.account.defs#accountView",
              "type": "ref"
            },
            "password": {
              "type": "string",
              "description": "Shown once. The server does not store it in a recoverable form."
            },
            "pdsEndpoint": {
              "type": "string",
              "format": "uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Mint an ephemeral account owned by the calling account. The account is deleted and its identity retired when it expires."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against rip.pds.account.createAccount

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

Metadata

DID
did:plc:w24v65i3bcsxk6mbbgfdukve
CID
bafyreicsmln54aast2xsnqc4tpcyrqzotukfcgxugg7b64ifbiydlocqyi
Indexed At
2026-09-18 06:29 UTC
AT-URI
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.account.createAccount

Referenced Schemas (1)

Lexicon Garden

@