auth/connect
Authenticate a WebSocket connection. Must be the first message on a new connection.Parameters
The jwt field.
The minProtocol field.
The maxProtocol field.
The agentKey field.
Response
Connection metadata including agent ID, protocol version, conversations, and server policy.The protocolVersion field.
Branded UserId
The userDisplayName field.
Branded AgentId
The conversations field.
The unreadCounts field.
The policy field.
The ownedAgents field.
Branded AgentId
Errors
| Code | Name | When |
|---|---|---|
| -32000 | Unauthorized | Invalid API key or JWT |
| -32008 | ProtocolMismatch | Client protocol version not supported |