{
"id": "social.coves.community.subscribe",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community"
],
"properties": {
"community": {
"type": "string",
"format": "at-identifier",
"description": "DID or handle of the community to subscribe to"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "CommunityNotFound",
"description": "Community not found"
},
{
"name": "Blocked",
"description": "Cannot subscribe - you are blocked from this community"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the created subscription record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the created subscription record"
},
"existing": {
"type": "boolean",
"description": "True if item was already subscribed"
}
}
},
"encoding": "application/json"
},
"description": "Subscribe to a community to see its posts in your feed. Requires authentication."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreieqmxgjqt7n4esgqog7ny4l26tu7ugd6xigthwuhu4v6yts73gjvy
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.subscribe