Connecting Devices

Choose your device

EasyBoard tiles update via a single HTTP PATCH request — no library, no SDK, no account linking. If your device can make an HTTP request, it can update a tile.

Pick your platform below for a complete, copy-paste guide.

Something else?

EasyBoard works with anything that can make an HTTP request. The full API reference covers every endpoint in detail — no device-specific library needed.

Other platforms

Shell / cron

curl one-liner, works on any Linux/macOS server or Pi

Python (any platform)

requests library, works in scripts, notebooks, and backend services

Node.js

fetch() — works everywhere Node runs

Home Assistant

REST command in configuration.yaml

Apple Shortcuts

Get Contents of URL action with POST/PATCH

Zapier / Make

HTTP action, no code required

See the API Reference for the complete list of endpoints and examples in all supported languages.

Not sure where your write token should live?

On-device? On a server? Read the Secrets & Security guide before you start — it's a 3-minute read that will save you from a common mistake.