Info
Read the WebSocket gateway contract
Returns rollout metadata and the current WebSocket gateway message contract.
Response Body
application/json
application/json
curl -X GET "https://athena-cluster.com/wss/info"{
"status": "success",
"message": "Athena WebSocket gateway scaffold",
"data": {
"transport": "wss",
"path": "/wss/gateway",
"state": "scaffolded",
"notes": [
"string"
],
"actions": [
"gateway.fetch",
"gateway.insert",
"gateway.update",
"gateway.delete",
"gateway.query"
]
}
}{
"status": "error",
"message": "string",
"error": "string"
}Upgrade to the Athena WebSocket gateway GET
Upgrade the connection to `wss` and exchange JSON messages following the `GatewayWsRequest` schema. A connection-level `GatewayWsResponse` with a `status` of `success` is sent immediately after the upgrade, followed by one response per inbound request (matched by `request_id` when provided). Actions mirror the HTTP gateway surface.
Admin
Admin plugin endpoints for user management, banning, and impersonation.