lol.dids.manage.grantSpaceAccess

ngerakines.me

{
  "id": "lol.dids.manage.grantSpaceAccess",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "space",
            "delegationToken"
          ],
          "properties": {
            "space": {
              "type": "string",
              "format": "at-uri"
            },
            "delegationToken": {
              "type": "string",
              "description": "A delegation token minted by the calling identity for this space; spent immediately and never stored."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "SpaceNotFound",
          "description": "Bard is not connected to that space; call connectSpace first."
        },
        {
          "name": "GrantIssuerMismatch",
          "description": "The delegation token's issuer is not the calling identity."
        },
        {
          "name": "GrantExpired",
          "description": "The delegation token is past its lifetime."
        },
        {
          "name": "GrantRefused",
          "description": "The space host refused the exchange."
        },
        {
          "name": "AppNotAllowed",
          "description": "The space's app access does not admit bard."
        },
        {
          "name": "SpacesDisabled",
          "description": "Space support is disabled on this deployment."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "accessExpiresAt",
            "drained"
          ],
          "properties": {
            "drained": {
              "type": "integer",
              "description": "Queued notification receipts turned into sync jobs by this grant."
            },
            "accessExpiresAt": {
              "type": "string",
              "format": "datetime",
              "description": "When the credential bard now holds expires."
            },
            "registrationExpiresAt": {
              "type": "string",
              "format": "datetime",
              "description": "When bard's notification registration at the space host expires."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Hand bard a delegation token so it can keep reading a space. Any member may grant; the calling identity must be the token's issuer. Bard exchanges it under its own key, stores the credential, renews the notification registration when due, drains a queued receipt, and runs a head check if the space had lapsed."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.manage.grantSpaceAccess

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreib4ljwcpgkos4usxmeur42hqsg74nhropsujyduoercffe5j7da3u
Indexed At
2026-08-30 03:10 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.manage.grantSpaceAccess

Lexicon Garden

@