{
"id": "social.colibri.community.create",
"defs": {
"main": {
"type": "procedure",
"input": {
"encoding": "multipart/form-data",
"description": "Optional community image blobs, as `picture` and `banner` parts."
},
"errors": [
{
"name": "AuthRequired",
"description": "Missing, malformed, or unverifiable service auth."
},
{
"name": "InvalidRequest",
"description": "A parameter or body field was missing or malformed."
},
{
"name": "PdsUnavailable",
"description": "The PDS this operation needs is unreachable or is not a PDS."
},
{
"name": "UpstreamFailure",
"description": "A service outside this AppView failed."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"did",
"community",
"category",
"channel",
"ownerRole",
"member"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"member": {
"type": "string",
"format": "at-uri"
},
"channel": {
"type": "string",
"format": "at-uri"
},
"category": {
"type": "string",
"format": "at-uri"
},
"community": {
"type": "string",
"format": "at-uri"
},
"ownerRole": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"name"
],
"properties": {
"pds": {
"type": "string",
"description": "Bring-your-own PDS endpoint."
},
"name": {
"type": "string"
},
"password": {
"type": "string",
"description": "Bring-your-own account password."
},
"identifier": {
"type": "string",
"description": "Bring-your-own DID or handle."
},
"description": {
"type": "string"
},
"requiresApprovalToJoin": {
"type": "boolean"
}
}
},
"description": "Creates a community, bootstrapping its DID repo with a default category, channel, owner role, and member record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreiguvtf3dxlpnymcmx3m7mx3qblrvghxc5gv5xyeooswcwidrfavy4
- Indexed At
- 2026-07-31 21:22 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.community.create
Version History (3 versions)