rsvp.atmo.space.admin.createSpace

atmo.rsvp

Documentation

Create a new space owned by the JWT issuer. The caller is added as an owner-perm member.

main procedure

Create a new space owned by the JWT issuer. The caller is added as an owner-perm member.

Input

Encodingapplication/json
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

Encodingapplication/json

Errors

AlreadyExists
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
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."
}

Lexicon Garden

@