Create a new space owned by the JWT issuer. The caller is added as an owner-perm member.
Input
Encoding
application/jsonappPolicy
refrsvp.atmo.space.defs#appPolicy
Optional
No description available.
appPolicyRef
stringat-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
key
string
Optional
Space key. Auto-generated (TID) if omitted.
memberListRef
stringat-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
type
stringnsid
Optional
Space type NSID. Defaults to the service's configured type.
Output
Encoding
application/jsonspace
refrsvp.atmo.space.defs#spaceView
Required
No description available.
Errors
AlreadyExists
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "Space key. Auto-generated (TID) if omitted."
},
"type": {
"type": "string",
"format": "nsid",
"description": "Space type NSID. Defaults to the service's configured type."
},
"appPolicy": {
"ref": "rsvp.atmo.space.defs#appPolicy",
"type": "ref"
},
"appPolicyRef": {
"type": "string",
"format": "at-uri"
},
"memberListRef": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AlreadyExists"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"space"
],
"properties": {
"space": {
"ref": "rsvp.atmo.space.defs#spaceView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Create a new space owned by the JWT issuer. The caller is added as an owner-perm member."
}