Skip to content

Instantly share code, notes, and snippets.

View Pinball3D's full-sized avatar

Andrew Smiley Pinball3D

View GitHub Profile
@DavidBuchanan314
DavidBuchanan314 / r1_api.md
Last active April 10, 2025 16:35
Rabbit R1 Unofficial API Docs

The Rabbit R1 uses a few custom APIs to talk to The Cloud™. Almost nothing happens on-device, and all the AI magic happens on servers.

Consequently, you don't really need the physical device.

TLS Client Fingerprinting

In lieu of an authentication scheme, Rabbit's servers attempt to verify device authenticity by checking the TLS client's JA3 fingerprint, presumably enforced by AWS WAF.

If your TLS client doesn't match an expected fingerprint, you'll get HTTP 403 errors. This fingerprint works:

@DavidBuchanan314
DavidBuchanan314 / r1_ota_notes.md
Last active November 25, 2024 21:00
Rabbit R1 OTA