Edge Impulse Remote Management API
A two-way WebSocket protocol between edge devices and Edge Impulse Studio, used to drive a connected device — request a sample, follow acquisition progress and stream snapshot frames. Devices connect to wss://remote-mgmt.edgeimpulse.com and authenticate by sending their project API key in the Hello message; payloads may be JSON or CBOR. Protocol version 3, fully specified with a JSON Schema per message and covered by a public device conformance suite.