Athena

WebSocket and CDC Gateway

Athena WebSocket gateway transport, actions, and health metadata.

WebSocket Endpoints

The WebSocket contract is documented via:

  • GET /openapi-wss.yaml
  • GET /wss/info
  • GET /wss/gateway
  • GET /health
  • GET /ready

Supported Actions

Message actions mirror gateway HTTP operations:

  • gateway.fetch
  • gateway.insert
  • gateway.update
  • gateway.delete
  • gateway.query

Request Envelope

A request envelope includes:

  • action
  • client_name
  • path
  • optional request_id, method, headers, query, and body

Auth and Context

Client and auth headers are forwarded through the message envelope headers when required by upstream HTTP routes.