Simple machine-to-machine messaging over HTTP

Publish, subscribe, and stream data between devices with a single HTTP call. No registration, no setup — just a thing name.

How it works

1

Subscribe

Open a realtime stream for a thing name and listen for incoming data.

2

Write

Publish key-value data to that thing via a single HTTP request.

3

Notify

Subscribers receive the new data instantly over the open stream.

Basic pub/sub guide

Subscribe with GET /listen/for/dweets/from/{thing}, write with POST /dweet/for/{thing}, then watch subscribers get notified.

That's it — two endpoints, zero configuration. Want more? Look at the API Docs.

Retention Policy

Maximum of 100 data points per one thing. A maximum of one day of storage.

Privacy Policy

All data is public.