chat.yakka.getRealtimeTicket

yakka.chat

{
  "id": "chat.yakka.getRealtimeTicket",
  "defs": {
    "main": {
      "type": "procedure",
      "output": {
        "schema": {
          "ref": "#output",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Issue a short-lived, single-use ticket for opening the realtime socket (ADR 0034 §3).\n\nA browser cannot set headers on a WebSocket, and a cookie is the wrong instrument across origins — so the ticket goes in the socket URL, which is why it must be worth little: it authenticates one upgrade, once, within seconds. The socket is the appview's primary surface (ADR 0011), so this is not an afterthought but the only authenticated path for most of what a client does."
    },
    "output": {
      "type": "object",
      "required": [
        "ticket",
        "expiresAt",
        "socket"
      ],
      "properties": {
        "socket": {
          "type": "string",
          "format": "uri",
          "description": "The URL to open, ticket already appended. Handed over whole so a client is never assembling an authenticated URL itself."
        },
        "ticket": {
          "type": "string"
        },
        "expiresAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.yakka.getRealtimeTicket

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wpjoy2orkqq5m65vq7gg7liz
CID
bafyreia6txwwfemkrkbo77xxenurco6qs2t6cs4nfvzix65racnco3b6eq
Indexed At
2026-08-29 15:21 UTC
AT-URI
at://did:plc:wpjoy2orkqq5m65vq7gg7liz/com.atproto.lexicon.schema/chat.yakka.getRealtimeTicket

Lexicon Garden

@