town.muni.arbiter.createArbiter

zicklag.dev

{
  "id": "town.muni.arbiter.createArbiter",
  "defs": {
    "main": {
      "type": "procedure",
      "errors": [
        {
          "name": "ErrPermissionDenied",
          "description": "The requesting user is not allowed to create an arbiter."
        },
        {
          "name": "ErrProvisioningFailed",
          "description": "Account creation or initial record writes failed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did",
              "description": "The DID of the newly created stewarded account."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Provision a brand-new stewarded PDS account.\n\nThe caller authenticates via serviceAuth (aud = arbiter-server DID,\nlxm = town.muni.arbiter.createArbiter). The server creates a new account\non the configured default PDS using an invite code + random password,\nstores the credentials, and writes the service + recovery records from the\nnew account's session. No policy is written: the arbiter stays offline\n(fail-closed) until the recovery admin installs the first policy via\n`town.muni.arbiter.resetPolicy`."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against town.muni.arbiter.createArbiter

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ulg2bzgrgs7ddjjlmhtegk3v
CID
bafyreidjf5pngjukkoukkhdyccouryoqum5paw2mbkkz3oywrvwuwtynv4
Indexed At
2026-08-25 19:16 UTC
AT-URI
at://did:plc:ulg2bzgrgs7ddjjlmhtegk3v/com.atproto.lexicon.schema/town.muni.arbiter.createArbiter

Version History (4 versions)

Lexicon Garden

@