Create or update a WebSocket node
Creates or updates a WebSocket RPC node for one of the authenticated provider’s plans. The URL must be a public wss:// endpoint (loopback, private, and link-local hosts are rejected) that accepts eth_subscribe(“newHeads”); the server dials the node to verify before persisting. Returns the upserted node set to a healthy status.
Authorizations
Management token from the RouteMesh dashboard (Settings → Management Tokens). Required for customer API endpoints (/api-keys, /usage). Tokens are prefixed rmtm_ and scoped to your account. Authenticate by passing the token in the X-Api-Key header. Separate from RPC service keys (rm_), which authenticate dApp traffic to the routing layer.

