place.stream.config.getEnv

did:web:stream.place

Documentation

Get client-facing environment configuration from the server.

main query

Get client-facing environment configuration from the server.

Output

Encodingapplication/json
gamesEnabled boolean Optional

Whether the games API is configured and available

playbackWorkerUrl string Optional

URL of the Cloudflare playback router worker

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://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "gamesEnabled": {
          "type": "boolean",
          "description": "Whether the games API is configured and available"
        },
        "playbackWorkerUrl": {
          "type": "string",
          "description": "URL of the Cloudflare playback router worker"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Get client-facing environment configuration from the server."
}

Lexicon Garden

@