OpenPrinterOpenPrinter
OpenPrinter Agent Gateway

Server accepts authentication

The server sends this frame only after validating the signature. The returned session identity and heartbeat interval apply to the normal versioned application protocol. Send agent.hello next.

Address

/.well-known/openprinter/gateway

Description

The authenticated, bidirectional OPPA gateway socket.

Messages

Sent after the server validates the response. The agent may begin the versioned OpenPrinter handshake after receiving this frame.

Payload

Message Example

{  "type": "auth.accepted",  "sessionId": "session_01",  "agentId": "agent_01",  "heartbeatIntervalMs": 30000}