at.inlay.Slot

inlay.at

Documentation

Opaque reference to a stashed element during XRPC calls.

main procedure

Opaque reference to a stashed element during XRPC calls.

Input

Encodingapplication/json
id string Required

Key into the host's stash map

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",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "description": "Key into the host's stash map"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Opaque reference to a stashed element during XRPC calls."
}

Lexicon Garden

@