See your first graph in five minutes.
No SDK is required. Create one device, copy its one-time secret and post two numeric metrics.
1. Create the device
Sign in, choose Add device, reuse or create a workspace and project, and save the credential immediately.
2. Send the first reading
Replace DEVICE_ID and DEVICE_SECRET with the values shown during onboarding.
curl -X POST https://api.devicecamp.app/v1/devices/DEVICE_ID/telemetry \
-H "Authorization: Bearer DEVICE_SECRET" \
-H "Content-Type: application/json" \
-d '{"temperature":22.4,"humidity":51}'3. Open the workbench
The device changes from waiting to reporting. Temperature and humidity appear as cards and can share one graph or use synchronized panels.