{
"id": "rsvp.atmo.space.invite.create",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"spaceUri"
],
"properties": {
"note": {
"type": "string",
"maxLength": 500
},
"perms": {
"type": "string",
"default": "write",
"knownValues": [
"read",
"write"
]
},
"maxUses": {
"type": "integer",
"minimum": 1,
"description": "Omit for unlimited uses."
},
"spaceUri": {
"type": "string",
"format": "at-uri"
},
"expiresAt": {
"type": "integer",
"description": "Unix ms timestamp. Omit for no expiry."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "NotFound"
},
{
"name": "Forbidden"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"token",
"invite"
],
"properties": {
"token": {
"type": "string",
"description": "Raw token. Shown once — cannot be retrieved later."
},
"invite": {
"ref": "rsvp.atmo.space.defs#inviteView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Create an invite for a space. Caller must be the space owner. Returns the raw token once; only the hash is stored."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:b63bmauox6z5rbibwrhxrdnw
- CID
-
bafyreihbbbch32vxzjbq3gmcqtyg3rbkvd3ub245brkvpgq47eqmhavxm4
- Indexed At
- 2026-04-14 17:40 UTC
- AT-URI
-
at://did:plc:b63bmauox6z5rbibwrhxrdnw/com.atproto.lexicon.schema/rsvp.atmo.space.invite.create