social.colibri.beta.community.create

colibri.social

{
  "id": "social.colibri.beta.community.create",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 32,
              "minLength": 1,
              "description": "The community's name."
            },
            "description": {
              "type": "string",
              "maxLength": 256,
              "description": "The community's description."
            },
            "handlePrefix": {
              "type": "string",
              "description": "A slug used for the community handle instead of a generated one."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "InvalidRequest",
          "description": "The arguments are inconsistent or malformed beyond schema validation."
        },
        {
          "name": "AlreadyExists",
          "description": "A community already exists with the requested handle."
        },
        {
          "name": "PdsUnavailable",
          "description": "The AppView's PDS could not be reached to provision the account."
        },
        {
          "name": "SpacesUnsupported",
          "description": "The AppView's PDS does not implement com.atproto.simplespace, so it cannot host community spaces."
        },
        {
          "name": "UpstreamFailure",
          "description": "A PDS or third-party call the AppView depends on failed."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "community"
          ],
          "properties": {
            "community": {
              "ref": "social.colibri.beta.community.defs#communityView",
              "type": "ref",
              "description": "The newly created community."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Provisions a new community: an account on the AppView's PDS, its four spaces, an owner role, and a starter layout of two categories holding one text channel and one voice channel between them. This call runs long enough that progress is also emitted over social.colibri.beta.sync.subscribeEvents."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.create

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreicgwpmitpvsjgg3o3s2i3ldykbyirl6y6xq5o34rqdnrwo2jgfley
Indexed At
2026-08-23 14:58 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.create

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@