action stream_io_api_connect { label: "Connect (WebSocket)" description: "Establishes WebSocket connection for user" provider: stream_io_api method: GET path: "/connect" encoding: json input: { type: "object" properties: { json: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }