Telemetry without the infrastructure project

From device to useful dashboard in five minutes.

Send one JSON payload over HTTPS. Devicecamp discovers the metrics, preserves the history, and builds the dashboard.

HTTP ingestion is online

Already have a device?

Open its live dashboard

Your secret stays in this browser tab and is never placed in the URL.

One small contract

curl -X POST https://api.devicecamp.app/v1/devices/…/telemetry \
  -H "Authorization: Bearer dc_dev_…" \
  -H "Content-Type: application/json" \
  -d '{"temperature":22.4,"humidity":51}'